/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | files.c | 180 int angle_brackets, enum include_type); 519 int angle_brackets, in _cpp_find_file() argument 609 open_file_failed (pfile, file, angle_brackets, loc); in _cpp_find_file() 984 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() argument 1002 else if (angle_brackets) in search_path_head() 1044 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() argument 1059 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include() 1063 _cpp_file *file = _cpp_find_file (pfile, fname, dir, angle_brackets, in _cpp_stack_include() 1073 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets, in open_file_failed() argument 1077 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed() [all …]
|
H A D | directives.c | 810 int angle_brackets; in do_include_common() local 822 fname = parse_include (pfile, &angle_brackets, &buf, &location); in do_include_common() 849 pfile->directive->name, fname, angle_brackets, in do_include_common() 852 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common() 1712 int angle_brackets, ordering; in do_pragma_dependency() local 1715 fname = parse_include (pfile, &angle_brackets, NULL, &location); in do_pragma_dependency() 1719 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 180 int angle_brackets, enum include_type); 519 int angle_brackets, _cpp_find_file_kind kind, location_t loc) in _cpp_find_file() argument 603 open_file_failed (pfile, file, angle_brackets, loc); in _cpp_find_file() 1040 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() argument 1058 else if (angle_brackets) in search_path_head() 1100 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() argument 1115 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include() 1119 _cpp_file *file = _cpp_find_file (pfile, fname, dir, angle_brackets, in _cpp_stack_include() 1211 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets, in open_file_failed() argument 1215 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed() [all …]
|
H A D | directives.cc | 827 int angle_brackets; in do_include_common() local 839 fname = parse_include (pfile, &angle_brackets, &buf, &location); in do_include_common() 866 pfile->directive->name, fname, angle_brackets, in do_include_common() 869 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common() 1753 int angle_brackets, ordering; in do_pragma_dependency() local 1756 fname = parse_include (pfile, &angle_brackets, NULL, &location); in do_pragma_dependency() 1760 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
|
H A D | ChangeLog | 6491 * files.c (_cpp_find_file): New parameter angle_brackets. Fix all 6493 (open_file_failed): New parameter angle_brackets. Fix all callers.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ppoutput.c | 600 const unsigned char *dir, const char *header, int angle_brackets, in cb_include() argument 604 if (angle_brackets) in cb_include()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ppoutput.cc | 696 const unsigned char *dir, const char *header, int angle_brackets, in cb_include() argument 700 if (angle_brackets) in cb_include()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 1007 const unsigned char *dir, const char *header, int angle_brackets, in cb_include() argument 1011 if (angle_brackets) in cb_include()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 987 const unsigned char *dir, const char *header, int angle_brackets, in cb_include() argument 991 if (angle_brackets) in cb_include()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | FSFChangeLog.11 | 2181 (struct directive, directive_table): Remove members angle_brackets,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog.11 | 2181 (struct directive, directive_table): Remove members angle_brackets,
|