Searched refs:cpp_in_system_header (Results 1 – 5 of 5) sorted by relevance
623 static inline int cpp_in_system_header (cpp_reader *);625 cpp_in_system_header (cpp_reader *pfile) in cpp_in_system_header() function
648 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()
1373 if (!cpp_in_system_header (pfile)) in maybe_va_opt_error()2885 if (cpp_in_system_header (pfile)) in _cpp_lex_direct()
731 * internal.h (cpp_in_system_header): Rename to ...6386 cpp_in_system_header condition.
42261 (cpp_in_system_header): ... new inline function, using buffer's sysp.42262 * cpperror.c (_cpp_begin_message): Update to use cpp_in_system_header.