Searched refs:_cpp_stack_include (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 1044 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() function 1495 return _cpp_stack_include (pfile, fname, false, IT_CMDLINE, 0); in cpp_push_include() 1504 return _cpp_stack_include (pfile, fname, true, IT_DEFAULT, 0); in cpp_push_default_include()
|
H A D | internal.h | 688 extern bool _cpp_stack_include (cpp_reader *, const char *, int,
|
H A D | directives.c | 852 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 1100 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() function 1633 return _cpp_stack_include (pfile, fname, false, IT_CMDLINE, in cpp_push_include() 1643 return _cpp_stack_include (pfile, fname, true, IT_DEFAULT, in cpp_push_default_include()
|
H A D | internal.h | 721 extern bool _cpp_stack_include (cpp_reader *, const char *, int,
|
H A D | ChangeLog | 1027 (_cpp_stack_include, _cpp_fake_include) 1174 (_cpp_stack_include): Adjust _cpp_find_file call. 1370 (_cpp_stack_include): ... not here. 1530 * files.c (_cpp_stack_include): Check if 2612 _cpp_stack_include. 2629 (_cpp_stack_include): Add "loc" param. Pass it to 2636 (cpp_push_include): Likewise for call to _cpp_stack_include. 2647 (_cpp_stack_include): Likewise. 3684 * files.c (_cpp_stack_include): Initialize src_loc for IT_CMDLINE. 4033 * files.c (_cpp_stack_include): Fix the highest_location when header [all …]
|
H A D | directives.cc | 869 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 552 (_cpp_stack_include): Adjust _cpp_find_file call.
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 552 (_cpp_stack_include): Adjust _cpp_find_file call.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 12512 (_cpp_stack_include): Renamed from _cpp_execute_include.
|
H A D | ChangeLog-2004 | 41558 * cppfiles.c (_cpp_stack_include): When appropriate decrement
|