Home
last modified time | relevance | path

Searched refs:cpp_undef (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dmakedepend.c174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro); in process_file()
H A Ddirectives.c2071 cpp_undef (cpp_reader *pfile, const char *macro) in cpp_undef() function
H A DChangeLog292 (cpp_undef): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h592 extern void cpp_undef PARAMS ((cpp_reader *, const char *));
H A Dcppinit.c1361 new_pending_directive (pend, arg, cpp_undef);
H A Dcpplib.c1831 cpp_undef (pfile, macro) in cpp_undef() function
H A DChangeLog.41088 (_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 DChangeLog.14744 output_line_command, cpp_undef): Export.
7692 (cpp_undef): New function.
7693 (cpp_start_read): Call cpp_undef instead of do_undef.
H A DChangeLog.36416 * 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 DChangeLog.613008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h704 extern void cpp_undef (cpp_reader *, const char *);
/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c1409 cpp_undef (parse_in, opt->arg); in finish_options()