Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c135 static void handle_assertion PARAMS ((cpp_reader *, const char *, int));
1844 handle_assertion (pfile, str, T_ASSERT);
1853 handle_assertion (pfile, str, T_UNASSERT);
1858 handle_assertion (pfile, str, type) in handle_assertion() function
H A DChangeLog.41089 handle_assertion): Update.
4920 (cpp_assert, cpp_unassert): Use handle_assertion.
4921 (handle_assertion): New function; accept new command line
H A DChangeLog.63986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
13009 handle_assertion): Update use of run_directive.
/openbsd-src/gnu/gcc/libcpp/
H A Ddirectives.c125 static void handle_assertion (cpp_reader *, const char *, int);
2084 handle_assertion (pfile, str, T_ASSERT); in cpp_assert()
2091 handle_assertion (pfile, str, T_UNASSERT); in cpp_unassert()
2096 handle_assertion (cpp_reader *pfile, const char *str, int type) in handle_assertion() function
H A DChangeLog293 (handle_assertion): Likewise.