Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A 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)
81 DEF_PRIMITIVE_TYPE (BT_FLOAT, float_type_node)
88 DEF_PRIMITIVE_TYPE (BT_PTR, ptr_type_node)
91 DEF_PRIMITIVE_TYPE (BT_VOLATILE_PTR,
100 DEF_PRIMITIVE_TYPE (BT_PID, pid_type_node)
101 DEF_PRIMITIVE_TYPE (BT_SIZE, size_type_node)
[all …]
H A Dc-common.c3110 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME, macro
3128 #undef DEF_PRIMITIVE_TYPE
3199 #define DEF_PRIMITIVE_TYPE(ENUM, VALUE) \ in c_define_builtins() macro
3236 #undef DEF_PRIMITIVE_TYPE in c_define_builtins()