Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c100 static const char *parse_include (cpp_reader *, int *, const cpp_token ***,
753 parse_include (cpp_reader *pfile, int *pangle_brackets, in parse_include() function
822 fname = parse_include (pfile, &angle_brackets, &buf, &location); in do_include_common()
1715 fname = parse_include (pfile, &angle_brackets, NULL, &location); in do_pragma_dependency()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc106 static const char *parse_include (cpp_reader *, int *, const cpp_token ***,
770 parse_include (cpp_reader *pfile, int *pangle_brackets, in parse_include() function
839 fname = parse_include (pfile, &angle_brackets, &buf, &location); in do_include_common()
1756 fname = parse_include (pfile, &angle_brackets, NULL, &location); in do_pragma_dependency()
H A DChangeLog5240 (parse_include): Reject raw strings.
5354 * directives.c (parse_include): Add location argument. Update all
5488 * directives.c (parse_include): Pass true to check_eol.
5502 (do_undef, parse_include, do_line, do_linemarker, do_ident,
5861 (parse_include): Idem.
6095 * directives.c (parse_include): Don't check for EOL when
6507 (parse_include): Add buf parameter. Change all callers.
6568 (parse_include): Use XNEWVEC.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005172 (do_define, do_undef, parse_include, do_include, do_import,
12690 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
14444 * cpplib.c (get_define_node, do_undef, parse_include,
15019 * cpplib.c (validate_else, parse_include, push_conditional,
15304 * cpplib.c (parse_include): Add trail parameter. Adjust.
15305 (do_include): Adjust parse_include call.
16937 * cpplib.c (parse_include): Remove support for VAX-C
19865 * cpplex.c (parse_ifdef, parse_include, validate_else): Make
24012 parse_include fails, return immediately.
26153 (parse_include): New function, broken out of do_include.
[all …]
H A DChangeLog-200325445 * cpplib.c (parse_include, do_line, do_linemarker,
25750 (parse_include): Similary. Don't check for zero-length filenames.
32079 (glue_header_name, parse_include): Use get_token_no_padding.
32938 (parse_include): Do check_eol here with the rest of the
H A DChangeLog-200110089 * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
15972 (parse_include): Move include handling to...
H A DChangeLog-201026443 (parse_include): Update the comment accordingly.
26510 (parse_include): New functions, mostly taken from gensupport.c.
H A DChangeLog-201613124 (parse_include): Convert from a function to...
H A DChangeLog-200225527 lex_macro_node, do_undef, glue_header_name, parse_include,