Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dbuiltin-types.def26 DEF_PRIMITIVE_TYPE (ENUM, TYPE)
68 DEF_PRIMITIVE_TYPE (BT_VOID, void_type_node)
69 DEF_PRIMITIVE_TYPE (BT_BOOL, boolean_type_node)
70 DEF_PRIMITIVE_TYPE (BT_INT, integer_type_node)
71 DEF_PRIMITIVE_TYPE (BT_UINT, unsigned_type_node)
72 DEF_PRIMITIVE_TYPE (BT_LONG, long_integer_type_node)
73 DEF_PRIMITIVE_TYPE (BT_ULONG, long_unsigned_type_node)
74 DEF_PRIMITIVE_TYPE (BT_LONGLONG, long_long_integer_type_node)
75 DEF_PRIMITIVE_TYPE (BT_ULONGLONG, long_long_unsigned_type_node)
76 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
[all …]
Dc-common.c3026 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME, macro
3044 #undef DEF_PRIMITIVE_TYPE
3321 #define DEF_PRIMITIVE_TYPE(ENUM, VALUE) \ in c_common_nodes_and_builtins() macro
3358 #undef DEF_PRIMITIVE_TYPE in c_common_nodes_and_builtins()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dbuiltin-types.def25 DEF_PRIMITIVE_TYPE (ENUM, TYPE)
62 DEF_PRIMITIVE_TYPE (BT_VOID, void_type_node)
63 DEF_PRIMITIVE_TYPE (BT_INT, integer_type_node)
64 DEF_PRIMITIVE_TYPE (BT_UNSIGNED, unsigned_type_node)
65 DEF_PRIMITIVE_TYPE (BT_LONG, long_integer_type_node)
66 DEF_PRIMITIVE_TYPE (BT_LONGLONG, long_long_integer_type_node)
67 DEF_PRIMITIVE_TYPE (BT_FLOAT, float_type_node)
68 DEF_PRIMITIVE_TYPE (BT_INTMAX, intmax_type_node)
69 DEF_PRIMITIVE_TYPE (BT_DOUBLE, double_type_node)
70 DEF_PRIMITIVE_TYPE (BT_LONG_DOUBLE, long_double_type_node)
[all …]
Dc-common.c3203 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME, in c_common_nodes_and_builtins() macro
3215 #undef DEF_PRIMITIVE_TYPE in c_common_nodes_and_builtins()
3477 #define DEF_PRIMITIVE_TYPE(ENUM, VALUE) \ in c_common_nodes_and_builtins() macro
3559 #undef DEF_PRIMITIVE_TYPE in c_common_nodes_and_builtins()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dbuiltins.c38 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME, macro
50 #undef DEF_PRIMITIVE_TYPE
290 #define DEF_PRIMITIVE_TYPE(ENUM, VALUE) \ in initialize_builtins() macro