Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1078 extern void cpp_unassert (cpp_reader *, const char *);
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1187 extern void cpp_unassert (cpp_reader *, const char *);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc634 cpp_unassert (cpp_in, opt->arg + 1); in gfc_cpp_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c603 cpp_unassert (cpp_in, opt->arg + 1); in gfc_cpp_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1480 cpp_unassert (parse_in, opt->arg + 1); in c_finish_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc1529 cpp_unassert (parse_in, opt->arg + 1); in c_finish_options()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c2509 cpp_unassert (cpp_reader *pfile, const char *str) in cpp_unassert() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc2646 cpp_unassert (cpp_reader *pfile, const char *str) in cpp_unassert() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
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.