Searched refs:parse_include (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cpplib.c | 106 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 D | ChangeLog.3 | 38 * 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 D | ChangeLog.4 | 5166 (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 D | ChangeLog.6 | 10089 * cpplib.c (glue_header_name, parse_include, get__Pragma_string, 15972 (parse_include): Move include handling to...
|
H A D | ChangeLog | 6553 (glue_header_name, parse_include): Use get_token_no_padding.
|
H A D | ChangeLog.7 | 11080 lex_macro_node, do_undef, glue_header_name, parse_include,
|
/openbsd/gnu/gcc/libcpp/ |
H A D | directives.c | 100 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 D | ChangeLog | 222 (parse_include): Add buf parameter. Change all callers. 283 (parse_include): Use XNEWVEC.
|