Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcclibs/libcpp/
Dinternal.h493 static inline int cpp_in_system_header (cpp_reader *);
495 cpp_in_system_header (cpp_reader *pfile) in cpp_in_system_header() function
Derrors.c89 if (cpp_in_system_header (pfile) in _cpp_begin_message()
Dlex.c1032 || cpp_in_system_header (pfile))) in _cpp_lex_direct()
Dmacro.c213 if (cpp_in_system_header (pfile)) in _cpp_builtin_macro_text()
DChangeLog101 cpp_in_system_header condition.
/freebsd-10-stable/contrib/gcc/
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.