Home
last modified time | relevance | path

Searched refs:cpp_in_system_header (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h623 static inline int cpp_in_system_header (cpp_reader *);
625 cpp_in_system_header (cpp_reader *pfile) in cpp_in_system_header() function
H A Dmacro.c648 if (cpp_in_system_header (pfile)) in _cpp_builtin_macro_text()
2251 && ! macro->syshdr && ! cpp_in_system_header (pfile)) in replace_args()
2270 && ! macro->syshdr && ! cpp_in_system_header (pfile)) in replace_args()
H A Dlex.c1373 if (!cpp_in_system_header (pfile)) in maybe_va_opt_error()
2885 if (cpp_in_system_header (pfile)) in _cpp_lex_direct()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A DChangeLog731 * internal.h (cpp_in_system_header): Rename to ...
6386 cpp_in_system_header condition.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200442261 (cpp_in_system_header): ... new inline function, using buffer's sysp.
42262 * cpperror.c (_cpp_begin_message): Update to use cpp_in_system_header.