Home
last modified time | relevance | path

Searched refs:warn_system_headers (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddiagnostic.h182 && !(in_system_header && !warn_system_headers))
H A Dc-opts.c523 cpp_opts->warn_system_headers = value; in c_common_handle_option()
H A Dcommon.opt161 Common Var(warn_system_headers)
H A DChangeLog-20007225 * flags.h: Declare warning flag warn_system_headers.
7228 * diagnostic.c (count_error): Test warn_system_headers.
7230 * cpplib.h (cpp_options): New member warn_system_headers.
7234 * cpperror.c (_cpp_begin_message): Test warn_system_headers
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Derrors.c90 && ! CPP_OPTION (pfile, warn_system_headers)) in _cpp_begin_message()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h307 unsigned char warn_system_headers; member