Lines Matching refs:angle_brackets
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()
1606 int angle_brackets) in _cpp_compare_file_date() argument
1611 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE); in _cpp_compare_file_date()
1615 file = _cpp_find_file (pfile, fname, dir, angle_brackets, _cpp_FFK_NORMAL, 0); in _cpp_compare_file_date()
2156 _cpp_has_header (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_has_header() argument
2159 cpp_dir *start_dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_has_header()
2160 _cpp_file *file = _cpp_find_file (pfile, fname, start_dir, angle_brackets, in _cpp_has_header()