Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Ddiagnostic.h182 && !(in_system_header && !warn_system_headers))
H A Dc-opts.c513 cpp_opts->warn_system_headers = value; in c_common_handle_option()
H A Dcommon.opt165 Common Var(warn_system_headers) Init(1)
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dflags.h87 extern int warn_system_headers;
H A Dcpperror.c85 && ! CPP_OPTION (pfile, warn_system_headers))
H A Ddiagnostic.h281 && !(in_system_header && !warn_system_headers))
H A Dcpplib.h289 unsigned char warn_system_headers; member
H A Dc-opts.c974 cpp_opts->warn_system_headers = on;
H A Dtoplev.c1454 int warn_system_headers = 1; variable
1576 {"system-headers", &warn_system_headers, 1,
H A DChangeLog.47219 * flags.h: Declare warning flag warn_system_headers.
7222 * diagnostic.c (count_error): Test warn_system_headers.
7224 * cpplib.h (cpp_options): New member warn_system_headers.
7228 * cpperror.c (_cpp_begin_message): Test warn_system_headers
/openbsd-src/gnu/gcc/libcpp/
H A Derrors.c90 && ! CPP_OPTION (pfile, warn_system_headers)) in _cpp_begin_message()
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h307 unsigned char warn_system_headers; member