Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dfiles.c1009 _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 Dinternal.h655 extern bool _cpp_stack_include (cpp_reader *, const char *, int,
H A Ddirectives.c858 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common()
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinternal.h629 extern bool _cpp_stack_include (cpp_reader *, const char *, int,
H A Dfiles.c909 _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 Ddirectives.c792 _cpp_stack_include (pfile, fname, angle_brackets, type); in do_include_common()