Searched refs:cpp_define (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-cppbuiltin.c | 408 cpp_define (pfile, "__GXX_WEAK__=1"); in c_cpp_builtins() 410 cpp_define (pfile, "__GXX_WEAK__=0"); in c_cpp_builtins() 412 cpp_define (pfile, "__DEPRECATED"); in c_cpp_builtins() 417 cpp_define (pfile, "__EXCEPTIONS"); in c_cpp_builtins() 441 cpp_define (pfile, "__USING_SJLJ_EXCEPTIONS__"); in c_cpp_builtins() 489 cpp_define (pfile, "__GNUC_GNU_INLINE__"); in c_cpp_builtins() 491 cpp_define (pfile, "__GNUC_STDC_INLINE__"); in c_cpp_builtins() 498 cpp_define (pfile, "_LP64"); in c_cpp_builtins() 499 cpp_define (pfile, "__LP64__"); in c_cpp_builtins() 508 cpp_define (pfile, "__block=__attribute__((__blocks__(byref)))"); in c_cpp_builtins() [all …]
|
| HD | fix-header.c | 655 strings_processed = 1, cpp_define (scan_in, argv[i] + 2); in read_scan_file() 657 strings_processed = 2, cpp_define (scan_in, argv[i + 1]); in read_scan_file()
|
| HD | c-opts.c | 1458 cpp_define (parse_in, opt->arg); in finish_options()
|
| HD | ChangeLog-2000 | 1094 (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef, 4925 * cpplib.c (cpp_define): Simplify a bit. 5186 (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert): 10213 * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert): 15028 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert, 21682 * cpplib.c (cpp_define, cpp_undef): Likewise. 26161 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call 26416 * cpplib.c (cpp_define, copy_comment, do_define, do_include, 28991 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
|
| HD | FSFChangeLog.10 | 8789 * cpplib.c: Rename make_definition to cpp_define. 8790 * cpplib.h (cpp_define): New declaration.
|
| HD | ChangeLog-1998 | 364 (cpp_define): Call do_define with two args and the text to 7182 * cpplib.c (cpp_define): Handle macros with parameters.
|
| HD | ChangeLog-1999 | 17392 * cpplib.c (cpp_define): Cast to U_CHAR* when assigning to one. 19909 (cpp_define): Remove redundant syntax checks.
|
| HD | ChangeLog-2001 | 3986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion): 13008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
|
| HD | ChangeLog-2002 | 22401 (cpp_define, cpp_assert): Remove. 23032 * c-lex.h (cpp_define, cpp_assert): New prototypes.
|
| HD | ChangeLog-2003 | 26060 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | sco5.h | 223 cpp_define (pfile, "_STRICT_ANSI"); \
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | makedepend.c | 174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro); in process_file()
|
| HD | directives.c | 2054 cpp_define (cpp_reader *pfile, const char *str) in cpp_define() function
|
| HD | ChangeLog | 290 (cpp_define): Likewise.
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin-c.c | 607 #define builtin_define(TXT) cpp_define (pfile, TXT)
|
| /NextBSD/contrib/gcclibs/libcpp/include/ |
| HD | cpplib.h | 715 extern void cpp_define (cpp_reader *, const char *);
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000-c.c | 85 #define builtin_define(TXT) cpp_define (pfile, TXT)
|