/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/objc/ |
objc-tree.def | 24 DEFTREECODE (CLASS_INTERFACE_TYPE, "class_interface_type", tcc_type, 0) 26 tcc_type, 0) 27 DEFTREECODE (CATEGORY_INTERFACE_TYPE, "category_interface_type", tcc_type, 0) 29 tcc_type, 0) 30 DEFTREECODE (PROTOCOL_INTERFACE_TYPE, "protocol_interface_type", tcc_type, 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cp-tree.def | 168 DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", tcc_type, 0) 177 DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", tcc_type, 0) 183 DEFTREECODE (TYPENAME_TYPE, "typename_type", tcc_type, 0) 187 DEFTREECODE (TYPEOF_TYPE, "typeof_type", tcc_type, 0) 194 tcc_type, 0) 199 DEFTREECODE (UNBOUND_CLASS_TEMPLATE, "unbound_class_template", tcc_type, 0) 379 DEFTREECODE (TYPE_ARGUMENT_PACK, "type_argument_pack", tcc_type, 0) 411 DEFTREECODE (TYPE_PACK_EXPANSION, "type_pack_expansion", tcc_type, 0) 455 DEFTREECODE (DECLTYPE_TYPE, "decltype_type", tcc_type, 0) 459 DEFTREECODE (UNDERLYING_TYPE, "underlying_type", tcc_type, 0 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ada/gcc-interface/ |
ada-tree.def | 29 DEFTREECODE (UNCONSTRAINED_ARRAY_TYPE, "unconstrained_array_type", tcc_type, 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree.def | 123 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0) 136 DEFTREECODE (ENUMERAL_TYPE, "enumeral_type", tcc_type, 0) 140 DEFTREECODE (BOOLEAN_TYPE, "boolean_type", tcc_type, 0) 150 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0) 154 DEFTREECODE (REAL_TYPE, "real_type", tcc_type, 0) 163 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0) 167 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0) 170 DEFTREECODE (NULLPTR_TYPE, "nullptr_type", tcc_type, 0) 175 DEFTREECODE (FIXED_POINT_TYPE, "fixed_point_type", tcc_type, 0) 184 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0 [all...] |
tree.h | 121 /* Order of tcc_type and tcc_declaration is important. */ 122 tcc_type, /* A type object code. */ enumerator in enum:tree_code_class 161 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type) 917 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type) [all...] |