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

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c180 int angle_brackets, enum include_type);
519 int angle_brackets,
609 open_file_failed (pfile, file, angle_brackets, loc);
984 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, argument
1002 else if (angle_brackets)
1044 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, argument
1059 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type);
1063 _cpp_file *file = _cpp_find_file (pfile, fname, dir, angle_brackets,
1073 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets, argument
1077 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sys
518 _cpp_find_file(cpp_reader *pfile, const char *fname, cpp_dir *start_dir, int angle_brackets, bool fake, bool implicit_preinclude, bool has_include, location_t loc) argument
1466 _cpp_compare_file_date(cpp_reader *pfile, const char *fname, int angle_brackets) argument
2016 _cpp_has_header(cpp_reader *pfile, const char *fname, int angle_brackets, enum include_type type) argument
[all...]
H A Ddirectives.c810 int angle_brackets; local
822 fname = parse_include (pfile, &angle_brackets, &buf, &location);
849 pfile->directive->name, fname, angle_brackets,
852 _cpp_stack_include (pfile, fname, angle_brackets, type, location);
1712 int angle_brackets, ordering; local
1715 fname = parse_include (pfile, &angle_brackets, NULL, &location);
1719 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc180 int angle_brackets, enum include_type);
519 int angle_brackets, _cpp_find_file_kind kind, location_t loc)
603 open_file_failed (pfile, file, angle_brackets, loc);
1040 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, argument
1058 else if (angle_brackets)
1100 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, argument
1115 cpp_dir *dir = search_path_head (pfile, fname, angle_brackets, type);
1119 _cpp_file *file = _cpp_find_file (pfile, fname, dir, angle_brackets,
1211 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets, argument
1215 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sys
518 _cpp_find_file(cpp_reader *pfile, const char *fname, cpp_dir *start_dir, int angle_brackets, _cpp_find_file_kind kind, location_t loc) argument
1605 _cpp_compare_file_date(cpp_reader *pfile, const char *fname, int angle_brackets) argument
2156 _cpp_has_header(cpp_reader *pfile, const char *fname, int angle_brackets, enum include_type type) argument
[all...]
H A Ddirectives.cc827 int angle_brackets; local
839 fname = parse_include (pfile, &angle_brackets, &buf, &location);
866 pfile->directive->name, fname, angle_brackets,
869 _cpp_stack_include (pfile, fname, angle_brackets, type, location);
1753 int angle_brackets, ordering; local
1756 fname = parse_include (pfile, &angle_brackets, NULL, &location);
1760 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c600 const unsigned char *dir, const char *header, int angle_brackets,
604 if (angle_brackets)
599 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc696 const unsigned char *dir, const char *header, int angle_brackets,
700 if (angle_brackets)
695 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c987 const unsigned char *dir, const char *header, int angle_brackets,
991 if (angle_brackets)
986 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc1007 const unsigned char *dir, const char *header, int angle_brackets,
1011 if (angle_brackets)
1006 cb_include(cpp_reader *pfile ATTRIBUTE_UNUSED, location_t line, const unsigned char *dir, const char *header, int angle_brackets, const cpp_token **comments) argument

Completed in 274 milliseconds