Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h718 extern void cpp_unassert (cpp_reader *, const char *);
/freebsd-12.1/contrib/gcc/
H A Dc-opts.c1464 cpp_unassert (parse_in, opt->arg + 1); in finish_options()
H A DChangeLog-20004926 (cpp_assert, cpp_unassert): Use handle_assertion.
5186 (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
10213 * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
15028 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
26161 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
27457 (cpp_unassert): Call do_unassert not do_assert. Oops.
H A DChangeLog-199917784 * cpplib.c (cpp_unassert): New function.
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c2111 cpp_unassert (cpp_reader *pfile, const char *str) in cpp_unassert() function