Searched refs:cpp_undef (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | makedepend.c | 174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro); in process_file()
|
| H A D | directives.c | 2071 cpp_undef (cpp_reader *pfile, const char *macro) in cpp_undef() function
|
| H A D | ChangeLog | 292 (cpp_undef): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplib.h | 592 extern void cpp_undef PARAMS ((cpp_reader *, const char *));
|
| H A D | cppinit.c | 1361 new_pending_directive (pend, arg, cpp_undef);
|
| H A D | cpplib.c | 1831 cpp_undef (pfile, macro) in cpp_undef() function
|
| H A D | ChangeLog.4 | 1088 (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef, 5180 (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert): 10207 * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert): 15022 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
|
| H A D | ChangeLog.1 | 4744 output_line_command, cpp_undef): Export. 7692 (cpp_undef): New function. 7693 (cpp_start_read): Call cpp_undef instead of do_undef.
|
| H A D | ChangeLog.3 | 6416 * cpplib.c (cpp_define, cpp_undef): Likewise. 10895 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call 13725 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
|
| H A D | ChangeLog.6 | 13008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | cpplib.h | 704 extern void cpp_undef (cpp_reader *, const char *);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-opts.c | 1409 cpp_undef (parse_in, opt->arg); in finish_options()
|