Searched refs:builtin_define (Results 51 - 72 of 72) sorted by relevance

123

/freebsd-11-stable/contrib/gcc/config/
H A Dopenbsd.h80 builtin_define ("__OpenBSD__"); \
81 builtin_define ("__unix__"); \
82 builtin_define ("__ANSI_COMPAT"); \
H A Dfreebsd-spec.h59 builtin_define ("__KPRINTF_ATTRIBUTE__"); \
H A Dlinux.h79 builtin_define ("__gnu_linux__"); \
H A Ddarwin-c.c607 #define builtin_define(TXT) cpp_define (pfile, TXT) macro
612 builtin_define ("__MACH__");
613 builtin_define ("__APPLE__");
H A Delfos.h27 builtin_define ("__ELF__"); \
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux64.h28 builtin_define ("_LONGLONG"); \
29 builtin_define ("__gnu_linux__"); \
34 builtin_define ("__LONG_DOUBLE_128__"); \
H A Dlinux.h28 builtin_define ("__gnu_linux__"); \
33 builtin_define ("__LONG_DOUBLE_128__"); \
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dptx4-i.h40 builtin_define ("_SEQUENT_"); \
H A Ddarwin.h49 builtin_define ("__LITTLE_ENDIAN__"); \
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daix43.h99 builtin_define ("_AIX43"); \
H A Ddarwin.h61 if (!TARGET_64BIT) builtin_define ("__ppc__"); \
62 if (TARGET_64BIT) builtin_define ("__ppc64__"); \
63 builtin_define ("__POWERPC__"); \
64 builtin_define ("__NATURAL_ALIGNMENT__"); \
H A Dlinux64.h294 builtin_define ("__PPC__"); \
295 builtin_define ("__PPC64__"); \
296 builtin_define ("__powerpc__"); \
297 builtin_define ("__powerpc64__"); \
H A Drs6000-c.c85 #define builtin_define(TXT) cpp_define (pfile, TXT) macro
92 builtin_define ("_ARCH_PWR2");
94 builtin_define ("_ARCH_PWR");
96 builtin_define ("_ARCH_PPC");
98 builtin_define ("_ARCH_PPCSQ");
100 builtin_define ("_ARCH_PPCGR");
102 builtin_define ("_ARCH_PPC64");
104 builtin_define ("_ARCH_PWR4");
106 builtin_define ("_ARCH_PWR5");
108 builtin_define ("_ARCH_PWR5
[all...]
H A Dsysv4.h560 builtin_define ("_RELOCATABLE"); \
570 builtin_define ("__svr4__"); \
H A Drs6000.h372 builtin_define ("__BIG_ENDIAN__"); \
373 builtin_define ("_BIG_ENDIAN"); \
378 builtin_define ("__LITTLE_ENDIAN__"); \
379 builtin_define ("_LITTLE_ENDIAN"); \
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dbpabi.h105 builtin_define ("__GXX_MERGED_TYPEINFO_NAMES=0"); \
H A Dfreebsd.h124 builtin_define ("__FreeBSD_ARCH_armv6__"); \
H A Darm.h38 builtin_define ("__arm__"); \
39 builtin_define ("__APCS_32__"); \
41 builtin_define ("__thumb__"); \
45 builtin_define ("__ARMEB__"); \
47 builtin_define ("__THUMBEB__"); \
49 builtin_define ("__ARMWEL__"); \
53 builtin_define ("__ARMEL__"); \
55 builtin_define ("__THUMBEL__"); \
59 builtin_define ("__SOFTFP__"); \
62 builtin_define ("__VFP_FP_
[all...]
/freebsd-11-stable/contrib/gcc/config/s390/
H A Dtpf.h74 builtin_define ("__ELF__"); \
H A Ds390.h93 builtin_define ("__s390__"); \
95 builtin_define ("__s390x__"); \
97 builtin_define ("__LONG_DOUBLE_128__"); \
/freebsd-11-stable/contrib/gcc/
H A Dc-cppbuiltin.c570 # define builtin_define(TXT) cpp_define (pfile, TXT) macro
583 builtin_define ("__declspec(x)=__attribute__((x))");
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h39 builtin_define("__ia64"); \
40 builtin_define("__ia64__"); \
41 builtin_define("__itanium__"); \
43 builtin_define("__BIG_ENDIAN__"); \

Completed in 243 milliseconds

123