Searched refs:WINT_TYPE (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/
H A Dwindiss.h30 #undef WINT_TYPE macro
31 #define WINT_TYPE "int" macro
H A Dfreebsd.h83 #undef WINT_TYPE macro
84 #define WINT_TYPE "int" macro
H A Dnetbsd.h179 #undef WINT_TYPE macro
180 #define WINT_TYPE "int" macro
H A Dsol2.h36 #undef WINT_TYPE macro
37 #define WINT_TYPE "long int" macro
H A Ddarwin.h904 #define WINT_TYPE "int" macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dmingw32.h109 #undef WINT_TYPE macro
110 #define WINT_TYPE "short unsigned int" macro
H A Dsol2-10.h47 #undef WINT_TYPE macro
48 #define WINT_TYPE (TARGET_64BIT ? "int" : "long int") macro
H A Ddjgpp.h160 #undef WINT_TYPE macro
161 #define WINT_TYPE "int" macro
H A Dsco5.h98 #undef WINT_TYPE macro
103 #define WINT_TYPE "long int" macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dnetbsd.h202 #undef WINT_TYPE macro
203 #define WINT_TYPE "int" macro
H A Diris.h79 #undef WINT_TYPE macro
80 #define WINT_TYPE (Pmode == DImode ? "int" : "long int") macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-bi.h117 #undef WINT_TYPE macro
118 #define WINT_TYPE (TARGET_ARCH64 ? "int" : "long int") macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daix.h259 /* WINT_TYPE */
260 #define WINT_TYPE "int" macro
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c80 #ifndef WINT_TYPE
81 #define WINT_TYPE "unsigned int" macro
3471 TREE_TYPE (identifier_global_value (get_identifier (WINT_TYPE)));
4173 builtin_define_with_value ("__WINT_TYPE__", WINT_TYPE, 0);

Completed in 125 milliseconds