Searched refs:cpp_make_system_header (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 1006 extern void cpp_make_system_header (cpp_reader *, int, int);
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 1176 extern void cpp_make_system_header (cpp_reader *, int, int);
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | files.c | 1219 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header() function
|
H A D | directives.c | 1628 cpp_make_system_header (pfile, 1, 0); in do_pragma_system_header()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | files.c | 1355 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header() function
|
H A D | directives.c | 1694 cpp_make_system_header (pfile, 1, 0); in do_pragma_system_header()
|