Home
last modified time | relevance | path

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 Dutil.py16 def get_tu(source, lang='c', all_warnings=False, flags=[]): argument
37 if all_warnings:
H A Dtest_diagnostics.py72 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 Ddiagnostic-spec.cc46 case all_warnings: in nowarn_spec_t()
H A Dtree.h6564 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 Dgimple.h1645 extern bool warning_suppressed_p (const gimple *, opt_code = all_warnings)
1649 extern void suppress_warning (gimple *, opt_code = all_warnings,
H A DChangeLog-202122104 * tree.h (no_warning, all_warnings, suppress_warning_at): New