Searched refs:INT_FAST8_TYPE (Results 26 - 42 of 42) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-stdint.h54 #define INT_FAST8_TYPE INT8_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dnetbsd-elf.h56 #undef INT_FAST8_TYPE macro
57 #define INT_FAST8_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int") macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dnetbsd-elf.h56 #undef INT_FAST8_TYPE macro
57 #define INT_FAST8_TYPE (LONG_TYPE_SIZE == 64 ? "long int" : "int") macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Dnewlib-stdint.h54 #define INT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "int" : INT_LEAST8_TYPE) macro
H A Dsol2.h66 #define INT_FAST8_TYPE "char" macro
H A Ddarwin.h98 #define INT_FAST8_TYPE "signed char" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/
H A Dnewlib-stdint.h54 #define INT_FAST8_TYPE (INT_TYPE_SIZE >= 8 ? "int" : INT_LEAST8_TYPE) macro
H A Dsol2.h66 #define INT_FAST8_TYPE "char" macro
H A Ddarwin.h100 #define INT_FAST8_TYPE "signed char" macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dnetbsd64.h405 #undef INT_FAST8_TYPE macro
406 #define INT_FAST8_TYPE "int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.h119 #define INT_FAST8_TYPE INT8_TYPE macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.h119 #define INT_FAST8_TYPE INT8_TYPE macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dnetbsd64.h486 #undef INT_FAST8_TYPE macro
487 #define INT_FAST8_TYPE "int" macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddefaults.h705 #ifndef INT_FAST8_TYPE
706 #define INT_FAST8_TYPE ((const char *) NULL) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddefaults.h715 #ifndef INT_FAST8_TYPE
716 #define INT_FAST8_TYPE ((const char *) NULL) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c4418 if (INT_FAST8_TYPE)
4420 TREE_TYPE (identifier_global_value (c_get_ident (INT_FAST8_TYPE)));
5156 if (INT_FAST8_TYPE)
5157 builtin_define_with_value ("__INT_FAST8_TYPE__", INT_FAST8_TYPE, 0);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc4665 if (INT_FAST8_TYPE)
4667 TREE_TYPE (identifier_global_value (c_get_ident (INT_FAST8_TYPE)));
5420 if (INT_FAST8_TYPE)
5421 builtin_define_with_value ("__INT_FAST8_TYPE__", INT_FAST8_TYPE, 0);

Completed in 194 milliseconds

12