Searched refs:angle_brackets (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c161 int angle_brackets, enum include_type);
415 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brackets) argument
460 open_file_failed (pfile, file, angle_brackets);
821 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, argument
838 else if (angle_brackets)
880 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, argument
886 dir = search_path_head (pfile, fname, angle_brackets, type);
890 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets);
907 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) argument
910 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sys
1184 _cpp_compare_file_date(cpp_reader *pfile, const char *fname, int angle_brackets) argument
[all...]
H A Ddirectives.c715 int angle_brackets; local
722 fname = parse_include (pfile, &angle_brackets, &buf);
750 pfile->directive->name, fname, angle_brackets,
753 _cpp_stack_include (pfile, fname, angle_brackets, type);
1441 int angle_brackets, ordering; local
1443 fname = parse_include (pfile, &angle_brackets, NULL);
1447 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets);
/freebsd-11-stable/contrib/gcc/
H A Dc-ppoutput.c367 const unsigned char *dir, const char *header, int angle_brackets,
371 if (angle_brackets)
366 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, source_location line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument

Completed in 60 milliseconds