Searched refs:all_warnings (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
H A D | util.py | 16 def get_tu(source, lang='c', all_warnings=False, flags=[]): argument 37 if all_warnings:
|
H A D | test_diagnostics.py | 72 tu = get_tu('int f(int i) { return 7; }', all_warnings=True) 85 tu = get_tu('int f(int i) { return 7; }', all_warnings=True)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | diagnostic-spec.cc | 46 case all_warnings: in nowarn_spec_t()
|
H A D | tree.h | 6564 constexpr opt_code all_warnings = N_OPTS; 6568 extern bool warning_suppressed_at (location_t, opt_code = all_warnings); 6571 extern bool suppress_warning_at (location_t, opt_code = all_warnings, 6578 extern bool warning_suppressed_p (const_tree, opt_code = all_warnings); 6581 extern void suppress_warning (tree, opt_code = all_warnings, bool = true)
|
H A D | gimple.h | 1645 extern bool warning_suppressed_p (const gimple *, opt_code = all_warnings) 1649 extern void suppress_warning (gimple *, opt_code = all_warnings,
|
H A D | ChangeLog-2021 | 22104 * tree.h (no_warning, all_warnings, suppress_warning_at): New
|