Searched refs:LONG_LONG_TYPE_SIZE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dgcov-io.h172 #if LONG_LONG_TYPE_SIZE > 32
181 #if LONG_LONG_TYPE_SIZE > 32
189 #if LONG_LONG_TYPE_SIZE > 32
217 #define GCOV_TYPE_SIZE (LONG_LONG_TYPE_SIZE > 32 ? 64 : 32)
H A Ddefaults.h426 #ifndef LONG_LONG_TYPE_SIZE
427 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2) macro
H A Dtarghooks.c279 if (precision == LONG_LONG_TYPE_SIZE)
H A Dlibgcc2.h145 #if LONG_LONG_TYPE_SIZE > 32
H A Dsdbout.c536 if (size == LONG_LONG_TYPE_SIZE) /* better than nothing */
H A Dc-common.c85 #define INTMAX_TYPE ((INT_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
87 : ((LONG_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
93 #define UINTMAX_TYPE ((INT_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
95 : ((LONG_TYPE_SIZE == LONG_LONG_TYPE_SIZE) \
H A Dtree.c6512 if (size == LONG_LONG_TYPE_SIZE)
6554 long_long_integer_type_node = make_signed_type (LONG_LONG_TYPE_SIZE);
6555 long_long_unsigned_type_node = make_unsigned_type (LONG_LONG_TYPE_SIZE);
H A Dlibgcc2.c51 || (MIN_UNITS_PER_WORD > 1 && LONG_LONG_TYPE_SIZE > 32))
H A Doptabs.c5020 if (maxsize < LONG_LONG_TYPE_SIZE)
5021 maxsize = LONG_LONG_TYPE_SIZE;
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h218 #define LONG_LONG_TYPE_SIZE 64 macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h281 #define LONG_LONG_TYPE_SIZE 64
277 #define LONG_LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h609 #define LONG_LONG_TYPE_SIZE 64
605 #define LONG_LONG_TYPE_SIZE macro
H A Dsparc.c7015 #ifndef LONG_LONG_TYPE_SIZE
7016 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2)
6997 #define LONG_LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h585 #define LONG_LONG_TYPE_SIZE 64
583 #define LONG_LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h459 #define LONG_LONG_TYPE_SIZE 64
458 #define LONG_LONG_TYPE_SIZE macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1068 #define LONG_LONG_TYPE_SIZE 64
1062 #define LONG_LONG_TYPE_SIZE macro

Completed in 334 milliseconds