| /src/external/gpl3/gcc.old/dist/gcc/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)
|
| /src/external/gpl3/gcc/dist/gcc/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)
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-tree.def | 167 DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", tcc_type, 0) 176 DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", tcc_type, 0) 182 DEFTREECODE (TYPENAME_TYPE, "typename_type", tcc_type, 0) 186 DEFTREECODE (TYPEOF_TYPE, "typeof_type", tcc_type, 0) 193 tcc_type, 0) 200 DEFTREECODE (UNBOUND_CLASS_TEMPLATE, "unbound_class_template", tcc_type, 0) 371 DEFTREECODE (TYPE_ARGUMENT_PACK, "type_argument_pack", tcc_type, 0) 403 DEFTREECODE (TYPE_PACK_EXPANSION, "type_pack_expansion", tcc_type, 0) 469 DEFTREECODE (DECLTYPE_TYPE, "decltype_type", tcc_type, 0) 473 DEFTREECODE (UNDERLYING_TYPE, "underlying_type", tcc_type, 0 [all...] |
| cp-objcp-common.cc | 93 case tcc_type: return sizeof (tree_type_non_common);
|
| /src/external/gpl3/gcc/dist/gcc/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) 201 DEFTREECODE (UNBOUND_CLASS_TEMPLATE, "unbound_class_template", tcc_type, 0) 361 DEFTREECODE (TYPE_ARGUMENT_PACK, "type_argument_pack", tcc_type, 0) 391 DEFTREECODE (TYPE_PACK_EXPANSION, "type_pack_expansion", tcc_type, 0) 441 DEFTREECODE (TRAIT_TYPE, "trait_type", tcc_type, 0) 459 DEFTREECODE (DECLTYPE_TYPE, "decltype_type", tcc_type, 0 [all...] |
| cp-trait.def | 36 #define DEFTRAIT_TYPE(CODE, NAME, ARITY) DEFTRAIT(tcc_type, CODE, NAME, ARITY)
|
| cp-objcp-common.cc | 240 case tcc_type: return sizeof (tree_type_non_common);
|
| lex.cc | 106 { NAME, CPTK_##CODE, ARITY, (TCC == tcc_type) },
|
| module.cc | 5351 WB_IF (TREE_CODE_CLASS (code) != tcc_type, t->base.public_flag); 5398 if (TREE_CODE_CLASS (code) == tcc_type) 5565 RB_IF (TREE_CODE_CLASS (code) != tcc_type, t->base.public_flag); 5599 if (TREE_CODE_CLASS (code) == tcc_type) 7248 case tcc_type: 7288 case tcc_type: 7321 case tcc_type: 7343 case tcc_type:
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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) 146 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0) 153 DEFTREECODE (BITINT_TYPE, "bitint_type", tcc_type, 0) 157 DEFTREECODE (REAL_TYPE, "real_type", tcc_type, 0) 166 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0) 170 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0) 173 DEFTREECODE (NULLPTR_TYPE, "nullptr_type", tcc_type, 0) 178 DEFTREECODE (FIXED_POINT_TYPE, "fixed_point_type", tcc_type, 0 [all...] |
| print-tree.cc | 163 else if (tclass == tcc_type) 259 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration)) 307 else if (tclass == tcc_type) 611 case tcc_type:
|
| gdbhooks.py | 161 tcc_type = tree_code_class_dict['tcc_type'] variable 256 elif intptr(val_tclass) == tcc_type:
|
| tree-dump.cc | 367 else if (code_class == tcc_type)
|
| tree-core.h | 229 /* Order of tcc_type and tcc_declaration is important. */ 230 tcc_type, /* A type object code. */ enumerator in enum:tree_code_class
|
| tree-ssa-operands.cc | 929 if (codeclass == tcc_constant || codeclass == tcc_type)
|
| tree.h | 227 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_type) 521 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type) 3835 tree_not_class_check_failed (__t, tcc_type, __f, __l, __g); 4119 tree_not_class_check_failed (__t, tcc_type, __f, __l, __g);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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) 146 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0) 150 DEFTREECODE (REAL_TYPE, "real_type", tcc_type, 0) 159 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0) 163 DEFTREECODE (REFERENCE_TYPE, "reference_type", tcc_type, 0) 166 DEFTREECODE (NULLPTR_TYPE, "nullptr_type", tcc_type, 0) 171 DEFTREECODE (FIXED_POINT_TYPE, "fixed_point_type", tcc_type, 0) 180 DEFTREECODE (COMPLEX_TYPE, "complex_type", tcc_type, 0 [all...] |
| print-tree.cc | 162 else if (tclass == tcc_type) 258 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration)) 306 else if (tclass == tcc_type) 606 case tcc_type:
|
| gdbhooks.py | 161 tcc_type = tree_code_class_dict['tcc_type'] variable 246 elif intptr(val_tclass) == tcc_type:
|
| tree-dump.cc | 367 else if (code_class == tcc_type)
|
| tree-core.h | 227 /* Order of tcc_type and tcc_declaration is important. */ 228 tcc_type, /* A type object code. */ enumerator in enum:tree_code_class
|
| tree-ssa-operands.cc | 930 if (codeclass == tcc_constant || codeclass == tcc_type)
|
| tree.h | 152 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_type) 431 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type) 3636 tree_not_class_check_failed (__t, tcc_type, __f, __l, __g); 3888 tree_not_class_check_failed (__t, tcc_type, __f, __l, __g);
|
| tree.cc | 503 case tcc_type: return TS_TYPE_NON_COMMON; 995 case tcc_type: /* a type node */ 1131 case tcc_type: /* a type node */ 1247 case tcc_type: 1399 else if (TREE_CODE_CLASS (code) == tcc_type) 4753 case tcc_type:
|
| stor-layout.cc | 115 if (TREE_CODE_CLASS (code) == tcc_type
|