Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h494 static inline int cpp_in_system_header (cpp_reader *);
496 cpp_in_system_header (cpp_reader *pfile) in cpp_in_system_header() function
H A Derrors.c89 if (cpp_in_system_header (pfile) in _cpp_begin_message()
H A Dlex.c1032 || cpp_in_system_header (pfile))) in _cpp_lex_direct()
H A Dmacro.c213 if (cpp_in_system_header (pfile)) in _cpp_builtin_macro_text()
H A DChangeLog101 cpp_in_system_header condition.
/freebsd-12.1/contrib/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.