Home
last modified time | relevance | path

Searched refs:do_undef (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcpplib.c539 do_undef (pfile) in do_undef() function
DChangeLog.34959 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert,
5071 * cpplib.c (do_define, do_undef, do_pragma_poison, do_assert):
5156 * cpplib.c (do_undef): Remove T_MCONST case.
5913 (do_undef): Handle new special token types.
5933 (do_undef): Don't warn about undefining EMPTY nodes.
6238 (do_define, do_undef): Pass enum type to _cpp_lookup_slot.
7870 (do_undef): Don't copy the name. Use _cpp_get_directive_token.
10877 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
11094 (do_undef, do_unassert): Use _cpp_lookup_slot and htab_clear_slot
11151 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
[all …]
DChangeLog.42494 (do_define, do_line, do_include, do_undef, do_else, do_elif,
5166 (do_define, do_undef, parse_include, do_include, do_import,
11247 * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
12684 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
14438 * cpplib.c (get_define_node, do_undef, parse_include,
15016 do_undef, do_include, do_import, do_include_next, do_error,
DChangeLog.28321 (do_undef): Don't allow poisoned identifiers to be undefined.
8330 (do_undef): Don't allow poisoned identifiers to be undefined.
9567 (validate_else, do_define, do_line, do_include, do_undef,
13973 (do_include, do_undef, do_pragma): Likewise.
DChangeLog.17211 * cpplib.c (do_undef): EOF immediately after '#undef FOO' is not an
7679 do_undef, do_error, do_pragma, do_ident, do_if, do_xifdef,
7689 (do_define, do_undef, do_error, do_warning, do_pragma,
7693 (cpp_start_read): Call cpp_undef instead of do_undef.
DChangeLog.53715 * cpplib.c (lex_macro_node, do_undef, do_pragma,
9674 * cpplib.c (do_undef): Warn if flagged NODE_WARN.
DChangeLog.03263 (do_define, do_line, do_include, do_undef, do_error, do_pragma,
DChangeLog18218 * cpplib.c (do_undef): Warn if macro unused.
DChangeLog.615152 * cpplib.c (do_define, do_undef, do_ident, do_include_common,
DChangeLog.711080 lex_macro_node, do_undef, glue_header_name, parse_include,
/openbsd/src/gnu/gcc/libcpp/
Ddirectives.c562 do_undef (cpp_reader *pfile) in do_undef() function