Home
last modified time | relevance | path

Searched refs:tcc_type (Results 1 – 25 of 42) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-tree.def25 DEFTREECODE (CLASS_INTERFACE_TYPE, "class_interface_type", tcc_type, 0)
27 tcc_type, 0)
28 DEFTREECODE (CATEGORY_INTERFACE_TYPE, "category_interface_type", tcc_type, 0)
30 tcc_type, 0)
31 DEFTREECODE (PROTOCOL_INTERFACE_TYPE, "protocol_interface_type", tcc_type, 0)
/dragonfly/contrib/gcc-8.0/gcc/objc/
H A Dobjc-tree.def24 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)
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.def170 DEFTREECODE (TEMPLATE_TEMPLATE_PARM, "template_template_parm", tcc_type, 0)
179 DEFTREECODE (TEMPLATE_TYPE_PARM, "template_type_parm", tcc_type, 0)
185 DEFTREECODE (TYPENAME_TYPE, "typename_type", tcc_type, 0)
189 DEFTREECODE (TYPEOF_TYPE, "typeof_type", tcc_type, 0)
196 tcc_type, 0)
201 DEFTREECODE (UNBOUND_CLASS_TEMPLATE, "unbound_class_template", tcc_type, 0)
384 DEFTREECODE (TYPE_ARGUMENT_PACK, "type_argument_pack", tcc_type, 0)
416 DEFTREECODE (TYPE_PACK_EXPANSION, "type_pack_expansion", tcc_type, 0)
460 DEFTREECODE (DECLTYPE_TYPE, "decltype_type", tcc_type, 0)
464 DEFTREECODE (UNDERLYING_TYPE, "underlying_type", tcc_type, 0)
[all …]
H A Dtree.c2759 case tcc_type: in cp_tree_equal()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def167 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)
198 DEFTREECODE (UNBOUND_CLASS_TEMPLATE, "unbound_class_template", tcc_type, 0)
386 DEFTREECODE (TYPE_ARGUMENT_PACK, "type_argument_pack", tcc_type, 0)
418 DEFTREECODE (TYPE_PACK_EXPANSION, "type_pack_expansion", tcc_type, 0)
481 DEFTREECODE (DECLTYPE_TYPE, "decltype_type", tcc_type, 0)
485 DEFTREECODE (UNDERLYING_TYPE, "underlying_type", tcc_type, 0)
[all …]
H A Dcp-objcp-common.c89 case tcc_type: return sizeof (tree_type_non_common); in cp_tree_size()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.def123 DEFTREECODE (OFFSET_TYPE, "offset_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)
189 DEFTREECODE (VECTOR_TYPE, "vector_type", tcc_type, 0)
205 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
215 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0)
234 DEFTREECODE (VOID_TYPE, "void_type", tcc_type, 0)
249 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
[all …]
H A Dprint-tree.c129 else if (tclass == tcc_type) in print_node_brief()
242 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration)) in print_node()
304 else if (tclass == tcc_type) in print_node()
603 case tcc_type: in print_node()
H A Dtree-dump.c378 else if (code_class == tcc_type) in dequeue_and_dump()
H A Dtree-ssa-operands.c1025 if (codeclass == tcc_constant || codeclass == tcc_type) in get_expr_operands()
H A Dtree.h125 tcc_type, /* A type object code. */ enumerator
164 (TREE_CODE_CLASS (TREE_CODE (CODE)) == tcc_type)
876 tree_not_class_check_failed (__t, tcc_type, __FILE__, __LINE__, \
1015 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type)
H A Dtree.c313 case tcc_type: in tree_node_structure_for_code()
657 case tcc_type: /* a type node */ in tree_code_size()
761 case tcc_type: /* a type node */ in record_node_allocation_statistics()
894 case tcc_type: in make_node_stat()
987 else if (TREE_CODE_CLASS (code) == tcc_type) in copy_node_stat()
3543 case tcc_type: in stabilize_reference_1()
H A Dstor-layout.c140 if (TREE_CODE_CLASS (code) == tcc_type in copy_self_referential_tree_r()
H A Dtree-pretty-print.c704 else if (tclass == tcc_type) in dump_generic_node()
H A Dgimplify.c906 else if (TREE_CODE_CLASS (code) == tcc_type in mostly_copy_tree_r()
941 if (TREE_CODE_CLASS (code) == tcc_type in copy_if_shared_r()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.def126 DEFTREECODE (OFFSET_TYPE, "offset_type", tcc_type, 0)
143 DEFTREECODE (BOOLEAN_TYPE, "boolean_type", tcc_type, 0)
153 DEFTREECODE (INTEGER_TYPE, "integer_type", tcc_type, 0)
157 DEFTREECODE (REAL_TYPE, "real_type", tcc_type, 0)
166 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
192 DEFTREECODE (VECTOR_TYPE, "vector_type", tcc_type, 0)
208 DEFTREECODE (ARRAY_TYPE, "array_type", tcc_type, 0)
219 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0)
238 DEFTREECODE (VOID_TYPE, "void_type", tcc_type, 0)
260 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
[all …]
H A Dprint-tree.c97 else if (tclass == tcc_type) in print_node_brief()
200 if (indent > 8 && (tclass == tcc_type || tclass == tcc_declaration)) in print_node()
255 else if (tclass == tcc_type) in print_node()
547 case tcc_type: in print_node()
H A Dtree-dump.c367 else if (code_class == tcc_type) in dequeue_and_dump()
H A Dtree-core.h231 tcc_type, /* A type object code. */ enumerator
H A Dtree-ssa-operands.c872 if (codeclass == tcc_constant || codeclass == tcc_type) in get_expr_operands()
H A Dtree.h137 (TREE_CODE_CLASS (TREE_CODE (NODE)) == tcc_type)
416 #define TYPE_CHECK(T) TREE_CLASS_CHECK (T, tcc_type)
3321 tree_not_class_check_failed (__t, tcc_type, __f, __l, __g); in non_type_check()
3573 tree_not_class_check_failed (__t, tcc_type, __f, __l, __g); in non_type_check()
H A Dtree.c455 case tcc_type: in tree_node_structure_for_code()
811 case tcc_type: /* a type node */ in tree_code_size()
947 case tcc_type: /* a type node */ in get_stats_node_kind()
1063 case tcc_type: in make_node()
1210 else if (TREE_CODE_CLASS (code) == tcc_type) in copy_node()
4342 case tcc_type: in stabilize_reference_1()
H A Dstor-layout.c113 if (TREE_CODE_CLASS (code) == tcc_type in copy_self_referential_tree_r()
/dragonfly/contrib/gcc-8.0/gcc/ada/gcc-interface/
H A Dada-tree.def29 DEFTREECODE (UNCONSTRAINED_ARRAY_TYPE, "unconstrained_array_type", tcc_type, 0)
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-ada-spec.c1915 else if (tclass == tcc_type) in dump_generic_ada_node()

12