Searched refs:_cpp_stack_include (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | files.c | 1009 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() function 1484 return _cpp_stack_include (pfile, fname, false, IT_CMDLINE, 0); in cpp_push_include() 1493 return _cpp_stack_include (pfile, fname, true, IT_DEFAULT, 0); in cpp_push_default_include()
|
H A D | internal.h | 655 extern bool _cpp_stack_include (cpp_reader *, const char *, int,
|
H A D | directives.c | 858 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | internal.h | 629 extern bool _cpp_stack_include (cpp_reader *, const char *, int,
|
H A D | files.c | 909 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() function 1348 return _cpp_stack_include (pfile, fname, false, IT_CMDLINE); in cpp_push_include()
|
H A D | directives.c | 792 _cpp_stack_include (pfile, fname, angle_brackets, type); in do_include_common()
|