Home
last modified time | relevance | path

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

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