Home
last modified time | relevance | path

Searched refs:DEF_PRIMITIVE_TYPE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dbuiltin-types.def24 DEF_PRIMITIVE_TYPE (ENUM, TYPE)
60 DEF_PRIMITIVE_TYPE (BT_VOID, void_type_node)
61 DEF_PRIMITIVE_TYPE (BT_BOOL, boolean_type_node)
62 DEF_PRIMITIVE_TYPE (BT_INT, integer_type_node)
63 DEF_PRIMITIVE_TYPE (BT_UINT, unsigned_type_node)
64 DEF_PRIMITIVE_TYPE (BT_LONG, long_integer_type_node)
65 DEF_PRIMITIVE_TYPE (BT_ULONG, long_unsigned_type_node)
66 DEF_PRIMITIVE_TYPE (BT_LONGLONG, long_long_integer_type_node)
67 DEF_PRIMITIVE_TYPE (BT_ULONGLONG, long_long_unsigned_type_node)
68 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-builtin-types.def5 # DEF_PRIMITIVE_TYPE (ENUM, TYPE)
40 DEF_PRIMITIVE_TYPE (VOID, void_type_node)
41 DEF_PRIMITIVE_TYPE (CHAR, char_type_node)
42 DEF_PRIMITIVE_TYPE (UCHAR, unsigned_char_type_node)
47 DEF_PRIMITIVE_TYPE (QI, char_type_node)
48 DEF_PRIMITIVE_TYPE (HI, intHI_type_node)
49 DEF_PRIMITIVE_TYPE (SI, intSI_type_node)
53 DEF_PRIMITIVE_TYPE (DI, long_long_integer_type_node)
54 DEF_PRIMITIVE_TYPE (UQI, unsigned_intQI_type_node)
55 DEF_PRIMITIVE_TYPE (UHI, unsigned_intHI_type_node)
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-lang.cc178 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME, macro
210 #undef DEF_PRIMITIVE_TYPE
696 #define DEF_PRIMITIVE_TYPE(ENUM, VALUE) \ in lto_define_builtins() macro
755 #undef DEF_PRIMITIVE_TYPE in lto_define_builtins()