Searched refs:PTRDIFF_TYPE (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux.h64 #undef PTRDIFF_TYPE macro
65 #define PTRDIFF_TYPE "int" macro
H A Dfreebsd.h76 #undef PTRDIFF_TYPE macro
77 #define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Dsco5.h95 #undef PTRDIFF_TYPE macro
100 #define PTRDIFF_TYPE "int" macro
H A Ddarwin.h54 #undef PTRDIFF_TYPE macro
55 #define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Dcygming.h100 #define PTRDIFF_TYPE "int" macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dsysv4.h93 #undef PTRDIFF_TYPE macro
94 #define PTRDIFF_TYPE "long int" macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux.h89 #undef PTRDIFF_TYPE macro
90 #define PTRDIFF_TYPE "int" macro
H A Dnetbsd-elf.h47 /* SIZE_TYPE and PTRDIFF_TYPE are wrong from sparc/sparc.h. */
51 #undef PTRDIFF_TYPE macro
52 #define PTRDIFF_TYPE "long int" macro
H A Dsparc.h484 #define PTRDIFF_TYPE (TARGET_ARCH64 ? "long int" : "int")
482 #define PTRDIFF_TYPE macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dfreebsd.h142 #undef PTRDIFF_TYPE macro
143 #define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Ddarwin.h52 #undef PTRDIFF_TYPE macro
53 #define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Dlinux64.h383 #undef PTRDIFF_TYPE macro
384 #define PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int") macro
H A Dsysv4.h285 #ifndef PTRDIFF_TYPE
286 #define PTRDIFF_TYPE "int" macro
H A Drs6000.h429 #define PTRDIFF_TYPE "int"
428 #define PTRDIFF_TYPE macro
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.h62 #undef PTRDIFF_TYPE macro
63 #define PTRDIFF_TYPE "int" macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h521 #ifndef PTRDIFF_TYPE
522 #define PTRDIFF_TYPE (TARGET_AAPCS_BASED ? "int" : "long int")
519 #define PTRDIFF_TYPE macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2730 #undef PTRDIFF_TYPE
2731 #define PTRDIFF_TYPE (POINTER_SIZE == 64 ? "long int" : "int")
2707 #undef PTRDIFF_TYPE macro
2708 #define PTRDIFF_TYPE macro
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c76 #ifndef PTRDIFF_TYPE
77 #define PTRDIFF_TYPE "long int" macro
3480 = TREE_TYPE (identifier_global_value (get_identifier (PTRDIFF_TYPE)));
4171 builtin_define_with_value ("__PTRDIFF_TYPE__", PTRDIFF_TYPE, 0);

Completed in 319 milliseconds

12