Home
last modified time | relevance | path

Searched refs:cpp_define (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/gcc/
HDc-cppbuiltin.c408 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 …]
HDfix-header.c655 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()
HDc-opts.c1458 cpp_define (parse_in, opt->arg); in finish_options()
HDChangeLog-20001094 (_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
HDFSFChangeLog.108789 * cpplib.c: Rename make_definition to cpp_define.
8790 * cpplib.h (cpp_define): New declaration.
HDChangeLog-1998364 (cpp_define): Call do_define with two args and the text to
7182 * cpplib.c (cpp_define): Handle macros with parameters.
HDChangeLog-199917392 * cpplib.c (cpp_define): Cast to U_CHAR* when assigning to one.
19909 (cpp_define): Remove redundant syntax checks.
HDChangeLog-20013986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
13008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
HDChangeLog-200222401 (cpp_define, cpp_assert): Remove.
23032 * c-lex.h (cpp_define, cpp_assert): New prototypes.
HDChangeLog-200326060 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
/NextBSD/contrib/gcc/config/i386/
HDsco5.h223 cpp_define (pfile, "_STRICT_ANSI"); \
/NextBSD/contrib/gcclibs/libcpp/
HDmakedepend.c174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro); in process_file()
HDdirectives.c2054 cpp_define (cpp_reader *pfile, const char *str) in cpp_define() function
HDChangeLog290 (cpp_define): Likewise.
/NextBSD/contrib/gcc/config/
HDdarwin-c.c607 #define builtin_define(TXT) cpp_define (pfile, TXT)
/NextBSD/contrib/gcclibs/libcpp/include/
HDcpplib.h715 extern void cpp_define (cpp_reader *, const char *);
/NextBSD/contrib/gcc/config/rs6000/
HDrs6000-c.c85 #define builtin_define(TXT) cpp_define (pfile, TXT)