Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc113 static cpp_hashnode *lex_macro_node (cpp_reader *, bool);
599 lex_macro_node (cpp_reader *pfile, bool is_def_or_undef) in lex_macro_node() function
639 cpp_hashnode *node = lex_macro_node (pfile, true); in do_define()
663 cpp_hashnode *node = lex_macro_node (pfile, true); in do_undef()
2005 cpp_hashnode *node = lex_macro_node (pfile, false); in do_ifdef()
2032 node = lex_macro_node (pfile, false); in do_ifndef()
2152 cpp_hashnode *node = lex_macro_node (pfile, false); in do_elif()
H A DChangeLog93 (lex_macro_node): Likewise.
1137 * directives.c (lex_macro_node): Don't check __has_include redef.
1165 * directives.c (lex_macro_node): Combine defined,
3506 * directives.c (lex_macro_node): Remove __has_attribute__ handling.
3581 * directives.c (lex_macro_node): Prevent use of __has_attribute__
5414 * directives.c (_cpp_handle_directive, lex_macro_node, do_pragma,
6248 * directives.c (lex_macro_node): Added 'is_def_or_undef'
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c107 static cpp_hashnode *lex_macro_node (cpp_reader *, bool);
583 lex_macro_node (cpp_reader *pfile, bool is_def_or_undef) in lex_macro_node() function
623 cpp_hashnode *node = lex_macro_node (pfile, true); in do_define()
647 cpp_hashnode *node = lex_macro_node (pfile, true); in do_undef()
1962 cpp_hashnode *node = lex_macro_node (pfile, false); in do_ifdef()
1987 node = lex_macro_node (pfile, false); in do_ifndef()
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_patches.txt543 * directives.c (lex_macro_node): Combine defined,
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_patches.txt543 * directives.c (lex_macro_node): Combine defined,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200214591 (lex_macro_node): No longer a need to check for comments here.
16418 (lex_macro_node): Simplify, don't use lex_identifier_trad.
17085 (lex_macro_node): Update for -traditional.
25527 lex_macro_node, do_undef, glue_header_name, parse_include,
26104 (lex_macro_node): If discard_comments_in_macro_exp is false,
H A DChangeLog-200110899 lex_macro_node, read_flag, do_pragma_poison): Update.
19198 * cpplib.c (lex_macro_node): Remove unnecessary check for
22922 * cpplib.c (lex_macro_node, do_undef, do_pragma,
H A DChangeLog-20005166 (lex_macro_node): New function to replace parse_ifdef and