Home
last modified time | relevance | path

Searched refs:angle_brackets (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c180 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 Ddirectives.c810 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 Dfiles.cc180 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 Ddirectives.cc827 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 DChangeLog6491 * 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 Dc-ppoutput.c600 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 Dc-ppoutput.cc696 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 Dcpp.cc1007 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 Dcpp.c987 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 DFSFChangeLog.112181 (struct directive, directive_table): Remove members angle_brackets,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.112181 (struct directive, directive_table): Remove members angle_brackets,