Home
last modified time | relevance | path

Searched refs:IS_AGGR_TYPE (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/src/gnu/gcc/gcc/cp/
Dcvt.c87 if (IS_AGGR_TYPE (intype)) in cp_convert_to_pointer()
132 && IS_AGGR_TYPE (TREE_TYPE (type)) in cp_convert_to_pointer()
133 && IS_AGGR_TYPE (TREE_TYPE (intype)) in cp_convert_to_pointer()
307 && IS_AGGR_TYPE (TREE_TYPE (type)) in convert_to_pointer_force()
308 && IS_AGGR_TYPE (TREE_TYPE (intype)) in convert_to_pointer_force()
383 && IS_AGGR_TYPE (argtype) in build_up_reference()
384 && IS_AGGR_TYPE (target_type)) in build_up_reference()
469 && (convtype & CONV_IMPLICIT) && IS_AGGR_TYPE (intype) in convert_to_reference()
581 if (IS_AGGR_TYPE (TREE_TYPE (expr)) && TREE_CODE (expr) != TARGET_EXPR) in force_rvalue()
624 if (IS_AGGR_TYPE (type) && (convtype & CONV_FORCE_TEMP) in ocp_convert()
[all …]
Dtypeck2.c595 if (IS_AGGR_TYPE (type)) in store_init_value()
845 if (IS_AGGR_TYPE (TREE_TYPE (type))) in process_init_constructor_array()
932 if (IS_AGGR_TYPE (TREE_TYPE (field))) in process_init_constructor_record()
1158 if (IS_AGGR_TYPE (type)) in build_x_arrow()
1237 if (! IS_AGGR_TYPE (objtype)) in build_m_component_ref()
1321 if (! IS_AGGR_TYPE (type)) in build_functional_cast()
Dfriend.c231 if (! IS_AGGR_TYPE (friend_type)) in make_friend_class()
412 gcc_assert (!ctype || IS_AGGR_TYPE (ctype)); in do_friend()
Dcall.c217 if ((IS_AGGR_TYPE (basetype) && name == constructor_name (basetype)) in check_dtor_name()
714 else if (IS_AGGR_TYPE (TREE_TYPE (from)) in standard_conversion()
715 && IS_AGGR_TYPE (TREE_TYPE (to)) in standard_conversion()
844 && IS_AGGR_TYPE (to) && IS_AGGR_TYPE (from) in standard_conversion()
1271 && (IS_AGGR_TYPE (from) in implicit_conversion()
1272 || IS_AGGR_TYPE (to)) in implicit_conversion()
1727 if (IS_AGGR_TYPE (c1) && DERIVED_FROM_P (c2, c1) in add_builtin_candidate()
1998 || IS_AGGR_TYPE (type1) in add_builtin_candidate()
2115 else if (IS_AGGR_TYPE (argtypes[i])) in add_builtin_candidates()
2541 gcc_assert (!IS_AGGR_TYPE (fromtype) || !IS_AGGR_TYPE (totype) in build_user_type_conversion_1()
[all …]
Dinit.c1285 if (! IS_AGGR_TYPE (type) in is_aggr_type()
2234 if (! IS_AGGR_TYPE (type) || TYPE_HAS_TRIVIAL_DESTRUCTOR (type)) in build_vec_delete_1()
2513 if (IS_AGGR_TYPE (type) || TREE_CODE (type) == ARRAY_TYPE) in build_vec_init()
2744 if (VOID_TYPE_P (type) || !complete_p || !IS_AGGR_TYPE (type)) in build_delete()
2777 gcc_assert (IS_AGGR_TYPE (type)); in build_delete()
Drtti.c478 if (! IS_AGGR_TYPE (TREE_TYPE (type))) in build_dynamic_cast_1()
505 if (! IS_AGGR_TYPE (TREE_TYPE (exprtype))) in build_dynamic_cast_1()
523 if (! IS_AGGR_TYPE (TREE_TYPE (exprtype))) in build_dynamic_cast_1()
Ddump.c261 if (! IS_AGGR_TYPE (t)) in cp_dump_tree()
Ddecl2.c311 if (IS_AGGR_TYPE (type) || IS_AGGR_TYPE (TREE_TYPE (index_exp))) in grok_array_decl()
446 && IS_AGGR_TYPE (TREE_TYPE (decl)))) in check_member_template()
1866 else if (IS_AGGR_TYPE (ftype) in constrain_class_visibility()
Ddecl.c2849 if (!IS_AGGR_TYPE (context)) in make_typename_type()
2926 if (IS_AGGR_TYPE (context)) in make_unbound_class_template()
3674 && IS_AGGR_TYPE (declspecs->type)) in check_tag_decl()
4065 else if (IS_AGGR_TYPE (type) in start_decl_1()
4295 else if (!DECL_EXTERNAL (decl) && IS_AGGR_TYPE (ttype)) in layout_var_decl()
4907 else if (IS_AGGR_TYPE (type)) in check_initializer()
5226 && IS_AGGR_TYPE (type) && DECL_NAME (decl)) in cp_finish_decl()
9326 if (IS_AGGR_TYPE (arg) || TREE_CODE (arg) == ENUMERAL_TYPE) in grok_op_properties()
9367 else if (IS_AGGR_TYPE (t) in grok_op_properties()
9842 if (template_header_p && IS_AGGR_TYPE (t)) in xref_tag()
Dcp-tree.h880 #define IS_AGGR_TYPE(T) \ macro
949 && IS_AGGR_TYPE (TREE_TYPE (NODE))) \
950 || IS_AGGR_TYPE (NODE))
2496 (IS_AGGR_TYPE (NODE) && CLASSTYPE_NON_AGGREGATE (NODE))
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcvt.c83 if (IS_AGGR_TYPE (intype))
145 && IS_AGGR_TYPE (TREE_TYPE (type))
146 && IS_AGGR_TYPE (TREE_TYPE (intype))
305 && IS_AGGR_TYPE (TREE_TYPE (type))
306 && IS_AGGR_TYPE (TREE_TYPE (intype))
383 && IS_AGGR_TYPE (argtype)
384 && IS_AGGR_TYPE (target_type))
473 if (i <= 0 && (convtype & CONV_IMPLICIT) && IS_AGGR_TYPE (intype)
595 if (IS_AGGR_TYPE (TREE_TYPE (expr)) && TREE_CODE (expr) != TARGET_EXPR) in force_rvalue()
634 if (IS_AGGR_TYPE (type) && (convtype & CONV_FORCE_TEMP)
[all …]
Dtypeck2.c432 if (IS_AGGR_TYPE (type))
806 if (IS_AGGR_TYPE (TREE_TYPE (type)))
897 if (IS_AGGR_TYPE (TREE_TYPE (field)))
1130 if (IS_AGGR_TYPE (type))
1240 if (! IS_AGGR_TYPE (objtype))
1302 if (! IS_AGGR_TYPE (type))
Dcall.c150 if (IS_AGGR_TYPE (TREE_TYPE (instance))) in build_field_call()
183 if ((IS_AGGR_TYPE (basetype) && name == constructor_name (basetype))
267 if (! IS_AGGR_TYPE (basetype))
285 if (! IS_AGGR_TYPE (type))
859 else if (IS_AGGR_TYPE (TREE_TYPE (from))
860 && IS_AGGR_TYPE (TREE_TYPE (to))
943 else if (IS_AGGR_TYPE (to) && IS_AGGR_TYPE (from)
1369 && (IS_AGGR_TYPE (from)
1370 || IS_AGGR_TYPE (to))
1821 if (IS_AGGR_TYPE (c1) && DERIVED_FROM_P (c2, c1)
[all …]
Dinit.c1159 if (IS_AGGR_TYPE (TREE_TYPE (decl))
1316 if (! IS_AGGR_TYPE (type)
1348 if (! IS_AGGR_TYPE (type)
2229 && IS_AGGR_TYPE (true_type)
2570 if (! IS_AGGR_TYPE (type) || TYPE_HAS_TRIVIAL_DESTRUCTOR (type))
2846 if (IS_AGGR_TYPE (type) || TREE_CODE (type) == ARRAY_TYPE)
3133 if (VOID_TYPE_P (type) || !complete_p || !IS_AGGR_TYPE (type))
3166 my_friendly_assert (IS_AGGR_TYPE (type), 220);
Dtree.c181 && IS_AGGR_TYPE (TREE_TYPE (ref)))
1025 return IS_AGGR_TYPE (t1) && IS_AGGR_TYPE (t2);
1776 else if (IS_AGGR_TYPE (type))
2257 aggregate_return_p = IS_AGGR_TYPE (TREE_TYPE (result));
Dfriend.c204 if (! IS_AGGR_TYPE (friend_type))
Drtti.c449 if (! IS_AGGR_TYPE (TREE_TYPE (type)))
494 if (! IS_AGGR_TYPE (TREE_TYPE (exprtype)))
510 if (! IS_AGGR_TYPE (TREE_TYPE (exprtype)))
Dsemantics.c1714 if (t == error_mark_node || ! IS_AGGR_TYPE (t))
2565 if (IS_AGGR_TYPE (ttype))
2572 if (IS_AGGR_TYPE (ttype))
Ddecl2.c437 if (IS_AGGR_TYPE (type) || IS_AGGR_TYPE (TREE_TYPE (index_exp)))
576 && IS_AGGR_TYPE (TREE_TYPE (decl))))
1987 if (IS_AGGR_TYPE (type))
1990 if (IS_AGGR_TYPE (type) && CLASSTYPE_INTERFACE_KNOWN (type)
3471 purpose_p = !(type && IS_AGGR_TYPE (type));
Dcp-tree.h1031 #define IS_AGGR_TYPE(T) \ macro
1046 (IS_AGGR_TYPE_CODE (TREE_CODE (T)) && IS_AGGR_TYPE (T))
1051 && IS_AGGR_TYPE (TYPE1) && IS_AGGR_TYPE (TYPE2))
1096 && IS_AGGR_TYPE (TREE_TYPE (NODE))) \
1097 || IS_AGGR_TYPE (NODE))
2590 (IS_AGGR_TYPE (NODE) && CLASSTYPE_NON_AGGREGATE (NODE))
Ddecl.c2872 my_friendly_assert (IS_AGGR_TYPE (type)
4907 if (IS_AGGR_TYPE (t) && warn_shadow
6049 if (IS_AGGR_TYPE (context))
6077 if (!IS_AGGR_TYPE (context))
6158 if (IS_AGGR_TYPE (context))
6494 else if (! IS_AGGR_TYPE (type)
7523 && ((TREE_CODE (value) != TYPENAME_TYPE && IS_AGGR_TYPE (value))
7906 && IS_AGGR_TYPE (type)
8097 else if (!DECL_EXTERNAL (decl) && IS_AGGR_TYPE (ttype))
8605 else if (IS_AGGR_TYPE (type)) in check_initializer()
[all …]
Dsearch.c2018 if (! IS_AGGR_TYPE (drettype) || ! IS_AGGR_TYPE (brettype))
2958 if (! IS_AGGR_TYPE (next_type))
Dtypeck.c1252 else if (IS_AGGR_TYPE (ttl))
1472 if (IS_AGGR_TYPE (TREE_TYPE (p1))
4495 if (TREE_CODE (targ) == CALL_EXPR && IS_AGGR_TYPE (TREE_TYPE (targ)))
5114 if (!IS_AGGR_TYPE (type))
5309 else if (! IS_AGGR_TYPE (lhstype))
5336 if (! IS_AGGR_TYPE (lhstype))
6097 if (IS_AGGR_TYPE (type))
Dpt.c274 if (IS_AGGR_TYPE (decl) && CLASSTYPE_TEMPLATE_INFO (decl)
4109 && IS_AGGR_TYPE (TREE_TYPE (template))
4116 else if (TREE_CODE (d1) == TYPE_DECL && IS_AGGR_TYPE (TREE_TYPE (d1)))
4134 || (TYPE_P (d1) && IS_AGGR_TYPE (d1)))
6549 if (! IS_AGGR_TYPE (r))
6930 if (IS_AGGR_TYPE (type))
7005 if (r == error_mark_node || !IS_AGGR_TYPE (r))
7139 if (!IS_AGGR_TYPE (ctx))
8015 if (IS_AGGR_TYPE (nt) && decl_function_context (TYPE_MAIN_DECL (nt)))
10007 if (IS_AGGR_TYPE (entry->type) in bt_instantiate_type_proc()
Dclass.c3358 else if (IS_AGGR_TYPE (type)) in check_field_decls()
5300 if (IS_AGGR_TYPE (t))
5619 && IS_AGGR_TYPE (TREE_TYPE (TREE_TYPE (instance))))
5629 if (IS_AGGR_TYPE (TREE_TYPE (instance)))
5941 || ! IS_AGGR_TYPE (type)
6633 if (! IS_AGGR_TYPE (type))

12