Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-cppbuiltin.c407 cpp_define (pfile, "__GXX_WEAK__=1"); in c_cpp_builtins()
409 cpp_define (pfile, "__GXX_WEAK__=0"); in c_cpp_builtins()
411 cpp_define (pfile, "__DEPRECATED"); in c_cpp_builtins()
416 cpp_define (pfile, "__EXCEPTIONS"); in c_cpp_builtins()
440 cpp_define (pfile, "__USING_SJLJ_EXCEPTIONS__"); in c_cpp_builtins()
487 cpp_define (pfile, "__GNUC_GNU_INLINE__"); in c_cpp_builtins()
494 cpp_define (pfile, "_LP64"); in c_cpp_builtins()
495 cpp_define (pfile, "__LP64__"); in c_cpp_builtins()
501 cpp_define (pfile, "__OPTIMIZE_SIZE__"); in c_cpp_builtins()
503 cpp_define (pfile, "__OPTIMIZE__"); in c_cpp_builtins()
[all …]
H A Dfix-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()
H A Dc-opts.c1407 cpp_define (parse_in, opt->arg); in finish_options()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c4935 cpp_define (pfile, "__GXX_WEAK__=1");
4937 cpp_define (pfile, "__GXX_WEAK__=0");
4939 cpp_define (pfile, "__DEPRECATED");
4942 cpp_define (pfile, "__EXCEPTIONS");
4946 cpp_define (pfile, "__GXX_ABI_VERSION=102");
4950 cpp_define (pfile, "__USING_SJLJ_EXCEPTIONS__");
4987 cpp_define (pfile, "__OPTIMIZE_SIZE__");
4989 cpp_define (pfile, "__OPTIMIZE__");
4992 cpp_define (pfile, "__STDC_HOSTED__=1");
4994 cpp_define (pfile, "__STDC_HOSTED__=0");
[all …]
H A Dcpplib.h590 extern void cpp_define PARAMS ((cpp_reader *, const char *));
H A Dcppinit.c1343 new_pending_directive (pend, arg, cpp_define);
H A Dcpplib.c1792 cpp_define (pfile, str) in cpp_define() function
H A DChangeLog.41088 (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef,
4919 * cpplib.c (cpp_define): Simplify a bit.
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.12924 * cpplib.c (cpp_define): Cast to U_CHAR* when assigning to one.
5441 (cpp_define): Remove redundant syntax checks.
7683 (cpp_define): Call do_define with two args and the text to
14501 * cpplib.c (cpp_define): Handle macros with parameters.
H A DChangeLog.36416 * cpplib.c (cpp_define, cpp_undef): Likewise.
10895 (cpp_define, cpp_assert, cpp_undef, cpp_unassert): Call
11150 * cpplib.c (cpp_define, copy_comment, do_define, do_include,
13725 * cpplib.c (cpp_define, cpp_undef): Make sure the stacked buffer
H A DFSFChangeLog.108789 * cpplib.c: Rename make_definition to cpp_define.
8790 * cpplib.h (cpp_define): New declaration.
H A DChangeLog.63986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
13008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
H A DChangeLog.77954 (cpp_define, cpp_assert): Remove.
8585 * c-lex.h (cpp_define, cpp_assert): New prototypes.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-c.c77 #define builtin_define(TXT) cpp_define (pfile, TXT)
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsco5.h223 cpp_define (pfile, "_STRICT_ANSI"); \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsco5.h229 cpp_define (pfile, "_STRICT_ANSI"); \
/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.c2032 cpp_define (cpp_reader *pfile, const char *str) in cpp_define() function
H A DChangeLog290 (cpp_define): Likewise.
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-c.c607 #define builtin_define(TXT) cpp_define (pfile, TXT)
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h702 extern void cpp_define (cpp_reader *, const char *);
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A DChangeLog213 * treetree.c: (cpp_define) Add.
H A Dtreetree.c1135 cpp_define (cpp_reader * cr ATTRIBUTE_UNUSED, const char * c ATTRIBUTE_UNUSED) in cpp_define() function
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog1046 * treetree.c: (cpp_define) Add.
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000-c.c85 #define builtin_define(TXT) cpp_define (pfile, TXT)