Lines Matching refs:angle_brackets
159 int angle_brackets, enum include_type);
394 …find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brackets) in _cpp_find_file() argument
436 open_file_failed (pfile, file, angle_brackets); in _cpp_find_file()
751 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() argument
768 else if (angle_brackets) in search_path_head()
810 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() argument
816 dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include()
820 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_stack_include()
837 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) in open_file_failed() argument
840 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed()
1099 int angle_brackets) in _cpp_compare_file_date() argument
1104 dir = search_path_head (pfile, fname, angle_brackets, IT_INCLUDE); in _cpp_compare_file_date()
1108 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_compare_file_date()