Home
last modified time | relevance | path

Searched refs:parse_include (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c106 static const cpp_token *parse_include PARAMS ((cpp_reader *));
619 parse_include (pfile) in parse_include() function
677 header = parse_include (pfile);
1217 header = parse_include (pfile);
H A DChangeLog.338 * cpplib.c (parse_include): Add trail parameter. Adjust.
39 (do_include): Adjust parse_include call.
1671 * cpplib.c (parse_include): Remove support for VAX-C
4599 * cpplex.c (parse_ifdef, parse_include, validate_else): Make
8746 parse_include fails, return immediately.
10887 (parse_include): New function, broken out of do_include.
10888 (do_include, do_import, do_include_next): Use parse_include
H A DChangeLog.45166 (do_define, do_undef, parse_include, do_include, do_import,
12684 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
14438 * cpplib.c (get_define_node, do_undef, parse_include,
15013 * cpplib.c (validate_else, parse_include, push_conditional,
H A DChangeLog.610089 * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
15972 (parse_include): Move include handling to...
H A DChangeLog6553 (glue_header_name, parse_include): Use get_token_no_padding.
H A DChangeLog.711080 lex_macro_node, do_undef, glue_header_name, parse_include,
/openbsd/gnu/gcc/libcpp/
H A Ddirectives.c100 static const char *parse_include (cpp_reader *, int *, const cpp_token ***);
659 parse_include (cpp_reader *pfile, int *pangle_brackets, in parse_include() function
717 fname = parse_include (pfile, &angle_brackets, &buf); in do_include_common()
1421 fname = parse_include (pfile, &angle_brackets, NULL); in do_pragma_dependency()
H A DChangeLog222 (parse_include): Add buf parameter. Change all callers.
283 (parse_include): Use XNEWVEC.