Searched refs:handle_assertion (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplib.c | 135 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 D | ChangeLog.4 | 1089 handle_assertion): Update. 4920 (cpp_assert, cpp_unassert): Use handle_assertion. 4921 (handle_assertion): New function; accept new command line
|
| H A D | ChangeLog.6 | 3986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion): 13009 handle_assertion): Update use of run_directive.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | directives.c | 125 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 D | ChangeLog | 293 (handle_assertion): Likewise.
|