Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h482 static inline int cpp_in_system_header (cpp_reader *);
484 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.c1002 || cpp_in_system_header (pfile))) in _cpp_lex_direct()
H A Dmacro.c212 if (cpp_in_system_header (pfile)) in _cpp_builtin_macro_text()
H A DChangeLog101 cpp_in_system_header condition.