Home
last modified time | relevance | path

Searched refs:dc_warn_system_headers (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h188 bool dc_warn_system_headers; member
361 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
H A Ddiagnostic.c201 context->dc_warn_system_headers = false; in diagnostic_initialize()
H A Dopts.c2352 dc->dc_warn_system_headers = value;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h252 bool dc_warn_system_headers; member
452 && !(in_system_header_at (LOC) && !(DC)->dc_warn_system_headers))
H A Ddiagnostic.cc202 context->dc_warn_system_headers = false; in diagnostic_initialize()
1082 if (diagnostic->m_iinfo.m_allsyslocs && !context->dc_warn_system_headers) in update_effective_level_from_pragmas()
H A Dopts.cc2733 dc->dc_warn_system_headers = value; in common_handle_option()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc1088 bool save_warn_system_headers = global_dc->dc_warn_system_headers; in cb_cpp_diagnostic()
1094 global_dc->dc_warn_system_headers = 1; in cb_cpp_diagnostic()
1123 global_dc->dc_warn_system_headers = save_warn_system_headers; in cb_cpp_diagnostic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c1053 bool save_warn_system_headers = global_dc->dc_warn_system_headers; in cb_cpp_diagnostic()
1059 global_dc->dc_warn_system_headers = 1; in cb_cpp_diagnostic()
1088 global_dc->dc_warn_system_headers = save_warn_system_headers; in cb_cpp_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc1124 || global_dc->dc_warn_system_headers)) in maybe_noexcept_warning()
1126 auto s = make_temp_override (global_dc->dc_warn_system_headers, true); in maybe_noexcept_warning()
H A Dtypeck2.cc1090 auto s = make_temp_override (global_dc->dc_warn_system_headers, true); in check_narrowing()
H A Dpt.cc30314 || global_dc->dc_warn_system_headers) in do_class_deduction()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c1176 || global_dc->dc_warn_system_headers)) in maybe_noexcept_warning()
1178 temp_override<bool> s (global_dc->dc_warn_system_headers, true); in maybe_noexcept_warning()
H A Ddecl2.c5412 || global_dc->dc_warn_system_headers)) in cp_warn_deprecated_use()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c6254 bool save_warn_system_headers = global_dc->dc_warn_system_headers; in c_cpp_diagnostic()
6262 global_dc->dc_warn_system_headers = 1; in c_cpp_diagnostic()
6298 global_dc->dc_warn_system_headers = save_warn_system_headers; in c_cpp_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc6639 bool save_warn_system_headers = global_dc->dc_warn_system_headers; in c_cpp_diagnostic()
6647 global_dc->dc_warn_system_headers = 1; in c_cpp_diagnostic()
6683 global_dc->dc_warn_system_headers = save_warn_system_headers; in c_cpp_diagnostic()