Home
last modified time | relevance | path

Searched refs:cpp_assert (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h716 extern void cpp_assert (cpp_reader *, const char *);
/freebsd-12.1/contrib/gcc/
H A Dc-cppbuiltin.c571 # define builtin_assert(TXT) cpp_assert (pfile, TXT) in c_cpp_builtins()
H A Dc-opts.c1466 cpp_assert (parse_in, opt->arg); 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
H A DChangeLog-199919910 (make_assertion): Rename cpp_assert, remove redundant syntax
19925 Prototype cpp_assert and initialize_char_syntax.
H A DChangeLog-200222401 (cpp_define, cpp_assert): Remove.
23032 * c-lex.h (cpp_define, cpp_assert): New prototypes.
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c2104 cpp_assert (cpp_reader *pfile, const char *str) in cpp_assert() function
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000-c.c86 #define builtin_assert(TXT) cpp_assert (pfile, TXT)