Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h593 extern void cpp_unassert PARAMS ((cpp_reader *, const char *));
H A Dcppinit.c1356 new_pending_directive (pend, arg + 1, cpp_unassert);
H A Dcpplib.c1849 cpp_unassert (pfile, str) in cpp_unassert() function
H A DChangeLog.44920 (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 DChangeLog.310895 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
12191 (cpp_unassert): Call do_unassert not do_assert. Oops.
H A DChangeLog.13316 * cpplib.c (cpp_unassert): New function.
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h705 extern void cpp_unassert (cpp_reader *, const char *);
/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c1413 cpp_unassert (parse_in, opt->arg + 1); in finish_options()
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c2089 cpp_unassert (cpp_reader *pfile, const char *str) in cpp_unassert() function