Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c131 static void handle_assertion (cpp_reader *, const char *, int);
2504 handle_assertion (pfile, str, T_ASSERT); in cpp_assert()
2511 handle_assertion (pfile, str, T_UNASSERT); in cpp_unassert()
2516 handle_assertion (cpp_reader *pfile, const char *str, int type) in handle_assertion() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc137 static void handle_assertion (cpp_reader *, const char *, int);
2641 handle_assertion (pfile, str, T_ASSERT); in cpp_assert()
2648 handle_assertion (pfile, str, T_UNASSERT); in cpp_unassert()
2653 handle_assertion (cpp_reader *pfile, const char *str, int type) in handle_assertion() function
H A DChangeLog6578 (handle_assertion): Likewise.
/netbsd-src/external/gpl2/groff/dist/src/devices/grohtml/
H A Dpost-html.cpp2094 void handle_assertion (int minv, int minh, int maxv, int maxh, const char *s);
4788 void html_printer::handle_assertion (int minv, int minh, int maxv, int maxh, const char *s) in handle_assertion() function in html_printer
4899 handle_assertion(env->vpos-env->size*r/72, env->hpos, in special()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog878 html_printer::handle_assertion): Don't use hard-coded string
1220 `get_troff_indent', `restore_troff_indent', `handle_assertion',
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20001095 handle_assertion): Update.
4926 (cpp_assert, cpp_unassert): Use handle_assertion.
4927 (handle_assertion): New function; accept new command line
H A DChangeLog-20013986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
13009 handle_assertion): Update use of run_directive.
H A DChangeLog-200326061 cpp_undef, handle_assertion, cpp_push_buffer): Update.