Searched refs:cpp_unassert (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cpplib.h | 593 extern void cpp_unassert PARAMS ((cpp_reader *, const char *));
|
H A D | cppinit.c | 1356 new_pending_directive (pend, arg + 1, cpp_unassert);
|
H A D | cpplib.c | 1849 cpp_unassert (pfile, str) in cpp_unassert() function
|
H A D | ChangeLog.4 | 4920 (cpp_assert, cpp_unassert): Use handle_assertion. 5180 (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert): 10207 * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert): 15022 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
|
H A D | ChangeLog.3 | 10895 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call 12191 (cpp_unassert): Call do_unassert not do_assert. Oops.
|
H A D | ChangeLog.1 | 3316 * cpplib.c (cpp_unassert): New function.
|
/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 705 extern void cpp_unassert (cpp_reader *, const char *);
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | c-opts.c | 1413 cpp_unassert (parse_in, opt->arg + 1); in finish_options()
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | directives.c | 2089 cpp_unassert (cpp_reader *pfile, const char *str) in cpp_unassert() function
|