Lines Matching refs:angle_brackets
161 int angle_brackets, enum include_type);
415 …find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brackets) in _cpp_find_file() argument
460 open_file_failed (pfile, file, angle_brackets); in _cpp_find_file()
821 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() argument
838 else if (angle_brackets) in search_path_head()
880 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() argument
886 dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include()
890 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_stack_include()
907 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) in open_file_failed() argument
910 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed()
1185 int angle_brackets) in _cpp_compare_file_date() argument
1190 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE); in _cpp_compare_file_date()
1194 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_compare_file_date()