/openbsd-src/gnu/gcc/gcc/ |
H A D | c-cppbuiltin.c | 407 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 D | 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()
|
H A D | c-opts.c | 1407 cpp_define (parse_in, opt->arg); in finish_options()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | c-common.c | 4935 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 D | cpplib.h | 590 extern void cpp_define PARAMS ((cpp_reader *, const char *));
|
H A D | cppinit.c | 1343 new_pending_directive (pend, arg, cpp_define);
|
H A D | cpplib.c | 1792 cpp_define (pfile, str) in cpp_define() function
|
H A D | ChangeLog.4 | 1088 (_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 D | ChangeLog.1 | 2924 * 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 D | ChangeLog.3 | 6416 * 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 D | FSFChangeLog.10 | 8789 * cpplib.c: Rename make_definition to cpp_define. 8790 * cpplib.h (cpp_define): New declaration.
|
H A D | ChangeLog.6 | 3986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion): 13008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
|
H A D | ChangeLog.7 | 7954 (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 D | rs6000-c.c | 77 #define builtin_define(TXT) cpp_define (pfile, TXT)
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | sco5.h | 223 cpp_define (pfile, "_STRICT_ANSI"); \
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | sco5.h | 229 cpp_define (pfile, "_STRICT_ANSI"); \
|
/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 | 2032 cpp_define (cpp_reader *pfile, const char *str) in cpp_define() function
|
H A D | ChangeLog | 290 (cpp_define): Likewise.
|
/openbsd-src/gnu/gcc/gcc/config/ |
H A D | darwin-c.c | 607 #define builtin_define(TXT) cpp_define (pfile, TXT)
|
/openbsd-src/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 702 extern void cpp_define (cpp_reader *, const char *);
|
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | ChangeLog | 213 * treetree.c: (cpp_define) Add.
|
H A D | treetree.c | 1135 cpp_define (cpp_reader * cr ATTRIBUTE_UNUSED, const char * c ATTRIBUTE_UNUSED) in cpp_define() function
|
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | ChangeLog | 1046 * treetree.c: (cpp_define) Add.
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000-c.c | 85 #define builtin_define(TXT) cpp_define (pfile, TXT)
|