Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libcpp/
HDfiles.c182 int angle_brackets, enum include_type);
509 bool fake, int angle_brackets, bool implicit_preinclude, in _cpp_find_file() argument
591 open_file_failed (pfile, file, angle_brackets, loc); in _cpp_find_file()
949 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() argument
967 else if (angle_brackets) in search_path_head()
1009 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() argument
1028 dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include()
1032 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets, in _cpp_stack_include()
1061 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets, in open_file_failed() argument
1065 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed()
[all …]
HDdirectives.c818 int angle_brackets; in do_include_common() local
826 fname = parse_include (pfile, &angle_brackets, &buf, &location); in do_include_common()
855 pfile->directive->name, fname, angle_brackets, in do_include_common()
858 _cpp_stack_include (pfile, fname, angle_brackets, type, location); in do_include_common()
1705 int angle_brackets, ordering; in do_pragma_dependency() local
1708 fname = parse_include (pfile, &angle_brackets, NULL, &location); in do_pragma_dependency()
1712 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
HDexpr.c2247 int angle_brackets = (bracket ? 1 : 0); in parse_has_include() local
2249 if (_cpp_has_header (pfile, fname, angle_brackets, type)) in parse_has_include()
/dragonfly/contrib/gcc-4.7/libcpp/
HDfiles.c178 int angle_brackets, enum include_type);
452 …find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brackets) in _cpp_find_file() argument
505 open_file_failed (pfile, file, angle_brackets); in _cpp_find_file()
849 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head() argument
867 else if (angle_brackets) in search_path_head()
909 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include() argument
915 dir = search_path_head (pfile, fname, angle_brackets, type); in _cpp_stack_include()
919 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets); in _cpp_stack_include()
937 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) in open_file_failed() argument
940 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed()
[all …]
HDdirectives.c752 int angle_brackets; in do_include_common() local
760 fname = parse_include (pfile, &angle_brackets, &buf, &location); in do_include_common()
789 pfile->directive->name, fname, angle_brackets, in do_include_common()
792 _cpp_stack_include (pfile, fname, angle_brackets, type); in do_include_common()
1639 int angle_brackets, ordering; in do_pragma_dependency() local
1642 fname = parse_include (pfile, &angle_brackets, NULL, &location); in do_pragma_dependency()
1646 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets); in do_pragma_dependency()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-ppoutput.c552 const unsigned char *dir, const char *header, int angle_brackets, in cb_include() argument
556 if (angle_brackets) in cb_include()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-ppoutput.c598 const unsigned char *dir, const char *header, int angle_brackets, in cb_include() argument
602 if (angle_brackets) in cb_include()