Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-cppbuiltin.c412 cpp_define (pfile, "__DEPRECATED"); in c_cpp_builtins()
498 cpp_define (pfile, "_LP64"); in c_cpp_builtins()
561 cpp_define (pfile, "__SSP__=1"); in c_cpp_builtins()
612 cpp_define (parse_in, p); in builtin_define_std()
623 cpp_define (parse_in, p); in builtin_define_std()
627 cpp_define (parse_in, macro); in builtin_define_std()
651 cpp_define (parse_in, buf); in builtin_define_with_value()
669 cpp_define (parse_in, buf); in builtin_define_with_value_n()
686 cpp_define (parse_in, buf); in builtin_define_with_int_value()
719 cpp_define (parse_in, buf1); in builtin_define_with_hex_fp_value()
[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.c1458 cpp_define (parse_in, opt->arg); in finish_options()
H A DChangeLog-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
H A DFSFChangeLog.108789 * cpplib.c: Rename make_definition to cpp_define.
8790 * cpplib.h (cpp_define): New declaration.
H A DChangeLog-1998364 (cpp_define): Call do_define with two args and the text to
7182 * cpplib.c (cpp_define): Handle macros with parameters.
H A DChangeLog-199917392 * cpplib.c (cpp_define): Cast to U_CHAR* when assigning to one.
19909 (cpp_define): Remove redundant syntax checks.
H A DChangeLog-20013986 * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
13008 (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
H A DChangeLog-200222401 (cpp_define, cpp_assert): Remove.
23032 * c-lex.h (cpp_define, cpp_assert): New prototypes.
H A DChangeLog-200326060 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
/freebsd-12.1/contrib/gcc/config/i386/
H A Dsco5.h223 cpp_define (pfile, "_STRICT_ANSI"); \
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmakedepend.c174 (clm->is_undef ? cpp_undef : cpp_define) (reader, clm->macro); in process_file()
H A Ddirectives.c2054 cpp_define (cpp_reader *pfile, const char *str) in cpp_define() function
H A DChangeLog290 (cpp_define): Likewise.
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-c.c607 #define builtin_define(TXT) cpp_define (pfile, TXT)
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h715 extern void cpp_define (cpp_reader *, const char *);
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000-c.c85 #define builtin_define(TXT) cpp_define (pfile, TXT)