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

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A D20080802-1.c13 int angle_brackets, ordering; local
15 fname = parse_include (pfile, &angle_brackets, (void *) 0);
18 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets);
/haiku-buildtools/gcc/libcpp/
H A Dfiles.c179 int angle_brackets, enum include_type);
501 bool fake, int angle_brackets, bool implicit_preinclude)
582 open_file_failed (pfile, file, angle_brackets);
932 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, argument
950 else if (angle_brackets)
992 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, argument
1011 dir = search_path_head (pfile, fname, angle_brackets, type);
1015 file = _cpp_find_file (pfile, fname, dir, false, angle_brackets,
1044 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) argument
1047 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sys
500 _cpp_find_file(cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brackets, bool implicit_preinclude) argument
1432 _cpp_compare_file_date(cpp_reader *pfile, const char *fname, int angle_brackets) argument
1975 _cpp_has_header(cpp_reader *pfile, const char *fname, int angle_brackets, enum include_type type) argument
[all...]
H A Ddirectives.c780 int angle_brackets; local
788 fname = parse_include (pfile, &angle_brackets, &buf, &location);
817 pfile->directive->name, fname, angle_brackets,
820 _cpp_stack_include (pfile, fname, angle_brackets, type);
1643 int angle_brackets, ordering; local
1646 fname = parse_include (pfile, &angle_brackets, NULL, &location);
1650 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets);
H A Dexpr.c2128 int angle_brackets = (bracket ? 1 : 0);
2130 if (_cpp_has_header (pfile, fname, angle_brackets, type))
2127 int angle_brackets = (bracket ? 1 : 0); local
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-ppoutput.c607 const unsigned char *dir, const char *header, int angle_brackets,
611 if (angle_brackets)
606 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
/haiku-buildtools/gcc/gcc/fortran/
H A Dcpp.c981 const unsigned char *dir, const char *header, int angle_brackets,
985 if (angle_brackets)
980 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
/haiku-buildtools/legacy/gcc/gcc/
H A Dcccp.c4359 int angle_brackets = 0; /* 0 for "...", 1 for <...> */ local
4481 angle_brackets = 1;
4504 angle_brackets = 1;
4585 system_include_depth += angle_brackets;
4693 if (angle_brackets)
4769 system_include_depth -= angle_brackets;

Completed in 191 milliseconds