Home
last modified time | relevance | path

Searched refs:outer_type (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-polymorphic-call.c130 tree type = outer_type; in restrict_to_inner_class()
137 if (!outer_type) in restrict_to_inner_class()
152 else if (TYPE_SIZE (outer_type) in restrict_to_inner_class()
153 && tree_fits_shwi_p (TYPE_SIZE (outer_type)) in restrict_to_inner_class()
154 && tree_to_shwi (TYPE_SIZE (outer_type)) >= 0 in restrict_to_inner_class()
155 && tree_to_shwi (TYPE_SIZE (outer_type)) <= offset) in restrict_to_inner_class()
219 outer_type) in restrict_to_inner_class()
229 if (otr_type && TREE_CODE (outer_type) == RECORD_TYPE in restrict_to_inner_class()
230 && (!in_lto_p || odr_type_p (outer_type)) in restrict_to_inner_class()
231 && type_with_linkage_p (outer_type) in restrict_to_inner_class()
[all …]
H A Dgimple-expr.c68 useless_type_conversion_p (tree outer_type, tree inner_type) in useless_type_conversion_p() argument
72 && POINTER_TYPE_P (outer_type)) in useless_type_conversion_p()
75 if (TYPE_ADDR_SPACE (TREE_TYPE (outer_type)) in useless_type_conversion_p()
79 if ((TREE_CODE (TREE_TYPE (outer_type)) == FUNCTION_TYPE in useless_type_conversion_p()
80 || TREE_CODE (TREE_TYPE (outer_type)) == METHOD_TYPE) in useless_type_conversion_p()
88 outer_type = TYPE_MAIN_VARIANT (outer_type); in useless_type_conversion_p()
90 if (inner_type == outer_type) in useless_type_conversion_p()
95 if (TYPE_MODE (inner_type) != TYPE_MODE (outer_type)) in useless_type_conversion_p()
102 && INTEGRAL_TYPE_P (outer_type)) in useless_type_conversion_p()
105 if (TYPE_UNSIGNED (inner_type) != TYPE_UNSIGNED (outer_type) in useless_type_conversion_p()
[all …]
H A Dipa-devirt.c2504 tree outer_type,
2518 if (types_same_for_odr (type, outer_type))
2582 otr_token, outer_type, offset, inserted,
2605 tree outer_type,
2628 outer_type, offset,
2637 otr_token, outer_type, offset, completep,
2680 hstate.merge_hash (TYPE_UID (odr_query->context.outer_type));
2707 && t1->context.outer_type == t2->context.outer_type
2882 tree outer_type,
2895 if (types_same_for_odr (outer_type, otr_type))
[all …]
H A Dcgraph.h1605 tree outer_type; in class() local
3534 outer_type = otr_type ? TYPE_MAIN_VARIANT (otr_type) : NULL; in clear_outer_type()
3546 if (outer_type) in offset_by()
3557 return (!outer_type && !speculative_outer_type); in useless_p()
H A Dtree-vect-generic.c1687 tree outer_type = build_vector_type (TREE_TYPE (type), in do_vec_conversion() local
1689 return gimplify_build1 (gsi, code, outer_type, a); in do_vec_conversion()
1707 tree outer_type = build_vector_type (TREE_TYPE (type), in do_vec_narrow_conversion() local
1709 return gimplify_build2 (gsi, code, outer_type, b, c); in do_vec_narrow_conversion()
H A Dtree.c12699 tree_nop_conversion_p (const_tree outer_type, const_tree inner_type) in tree_nop_conversion_p() argument
12702 if (POINTER_TYPE_P (outer_type) in tree_nop_conversion_p()
12703 && TYPE_ADDR_SPACE (TREE_TYPE (outer_type)) != ADDR_SPACE_GENERIC) in tree_nop_conversion_p()
12706 || (TYPE_ADDR_SPACE (TREE_TYPE (outer_type)) in tree_nop_conversion_p()
12720 if ((INTEGRAL_TYPE_P (outer_type) in tree_nop_conversion_p()
12721 || POINTER_TYPE_P (outer_type) in tree_nop_conversion_p()
12722 || TREE_CODE (outer_type) == OFFSET_TYPE) in tree_nop_conversion_p()
12726 return TYPE_PRECISION (outer_type) == TYPE_PRECISION (inner_type); in tree_nop_conversion_p()
12730 return TYPE_MODE (outer_type) == TYPE_MODE (inner_type); in tree_nop_conversion_p()
12740 tree outer_type, inner_type; in tree_nop_conversion() local
[all …]
H A Dfold-const.c4649 tree outer_type = 0; in decode_field_reference() local
4666 outer_type = TREE_TYPE (exp); in decode_field_reference()
4702 if (outer_type && *pbitsize == TYPE_PRECISION (outer_type)) in decode_field_reference()
4703 *punsignedp = TYPE_UNSIGNED (outer_type); in decode_field_reference()
13717 tree outer_type = type; in tree_unary_nonnegative_warnv_p() local
13719 if (TREE_CODE (outer_type) == REAL_TYPE) in tree_unary_nonnegative_warnv_p()
13730 else if (INTEGRAL_TYPE_P (outer_type)) in tree_unary_nonnegative_warnv_p()
13735 return TYPE_PRECISION (inner_type) < TYPE_PRECISION (outer_type) in tree_unary_nonnegative_warnv_p()
14228 tree outer_type = type; in tree_unary_nonzero_warnv_p() local
14230 return (TYPE_PRECISION (outer_type) >= TYPE_PRECISION (inner_type) in tree_unary_nonzero_warnv_p()
H A Domp-low.c201 enum gimple_code outer_type = gimple_code (ctx->stmt); in is_oacc_parallel_or_serial() local
202 return ((outer_type == GIMPLE_OMP_TARGET) in is_oacc_parallel_or_serial()
214 enum gimple_code outer_type = gimple_code (ctx->stmt); in is_oacc_kernels() local
215 return ((outer_type == GIMPLE_OMP_TARGET) in is_oacc_kernels()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-polymorphic-call.cc133 tree type = outer_type; in restrict_to_inner_class()
140 if (!outer_type) in restrict_to_inner_class()
155 else if (TYPE_SIZE (outer_type) in restrict_to_inner_class()
156 && tree_fits_shwi_p (TYPE_SIZE (outer_type)) in restrict_to_inner_class()
157 && tree_to_shwi (TYPE_SIZE (outer_type)) >= 0 in restrict_to_inner_class()
158 && tree_to_shwi (TYPE_SIZE (outer_type)) <= offset) in restrict_to_inner_class()
222 outer_type) in restrict_to_inner_class()
232 if (otr_type && TREE_CODE (outer_type) == RECORD_TYPE in restrict_to_inner_class()
233 && (!in_lto_p || odr_type_p (outer_type)) in restrict_to_inner_class()
234 && type_with_linkage_p (outer_type) in restrict_to_inner_class()
[all …]
H A Dgimple-expr.cc68 useless_type_conversion_p (tree outer_type, tree inner_type) in useless_type_conversion_p() argument
72 && POINTER_TYPE_P (outer_type)) in useless_type_conversion_p()
75 if (TYPE_ADDR_SPACE (TREE_TYPE (outer_type)) in useless_type_conversion_p()
79 if ((TREE_CODE (TREE_TYPE (outer_type)) == FUNCTION_TYPE in useless_type_conversion_p()
80 || TREE_CODE (TREE_TYPE (outer_type)) == METHOD_TYPE) in useless_type_conversion_p()
88 outer_type = TYPE_MAIN_VARIANT (outer_type); in useless_type_conversion_p()
90 if (inner_type == outer_type) in useless_type_conversion_p()
95 if (TYPE_MODE (inner_type) != TYPE_MODE (outer_type)) in useless_type_conversion_p()
102 && INTEGRAL_TYPE_P (outer_type)) in useless_type_conversion_p()
105 if (TYPE_UNSIGNED (inner_type) != TYPE_UNSIGNED (outer_type) in useless_type_conversion_p()
[all …]
H A Dipa-devirt.cc2520 tree outer_type, in record_target_from_binfo() argument
2534 if (types_same_for_odr (type, outer_type)) in record_target_from_binfo()
2598 otr_token, outer_type, offset, inserted, in record_target_from_binfo()
2621 tree outer_type, in possible_polymorphic_call_targets_1() argument
2644 outer_type, offset, in possible_polymorphic_call_targets_1()
2653 otr_token, outer_type, offset, completep, in possible_polymorphic_call_targets_1()
2696 hstate.merge_hash (TYPE_UID (odr_query->context.outer_type)); in hash()
2723 && t1->context.outer_type == t2->context.outer_type in equal()
2898 tree outer_type, in record_targets_from_bases() argument
2911 if (types_same_for_odr (outer_type, otr_type)) in record_targets_from_bases()
[all …]
H A Dcgraph.h1561 tree outer_type; in class() local
3504 outer_type = otr_type ? TYPE_MAIN_VARIANT (otr_type) : NULL; in clear_outer_type()
3516 if (outer_type) in offset_by()
3527 return (!outer_type && !speculative_outer_type); in useless_p()
H A Dtree-ssa.cc1259 tree outer_type, inner_type; in tree_ssa_useless_type_conversion() local
1270 outer_type = TREE_TYPE (expr); in tree_ssa_useless_type_conversion()
1276 return useless_type_conversion_p (outer_type, inner_type); in tree_ssa_useless_type_conversion()
H A Dtree-vect-generic.cc1840 tree outer_type = build_vector_type (TREE_TYPE (type), in do_vec_conversion() local
1842 return gimplify_build1 (gsi, code, outer_type, a); in do_vec_conversion()
1860 tree outer_type = build_vector_type (TREE_TYPE (type), in do_vec_narrow_conversion() local
1862 return gimplify_build2 (gsi, code, outer_type, b, c); in do_vec_narrow_conversion()
H A Dtree.cc11815 tree_nop_conversion_p (const_tree outer_type, const_tree inner_type) in tree_nop_conversion_p() argument
11818 if (POINTER_TYPE_P (outer_type) in tree_nop_conversion_p()
11819 && TYPE_ADDR_SPACE (TREE_TYPE (outer_type)) != ADDR_SPACE_GENERIC) in tree_nop_conversion_p()
11822 || (TYPE_ADDR_SPACE (TREE_TYPE (outer_type)) in tree_nop_conversion_p()
11836 if ((INTEGRAL_TYPE_P (outer_type) in tree_nop_conversion_p()
11837 || POINTER_TYPE_P (outer_type) in tree_nop_conversion_p()
11838 || TREE_CODE (outer_type) == OFFSET_TYPE) in tree_nop_conversion_p()
11842 return TYPE_PRECISION (outer_type) == TYPE_PRECISION (inner_type); in tree_nop_conversion_p()
11846 return TYPE_MODE (outer_type) == TYPE_MODE (inner_type); in tree_nop_conversion_p()
11856 tree outer_type, inner_type; in tree_nop_conversion() local
[all …]
H A Drange-op.cc2312 tree outer_type = outer.type (); in fold_pair() local
2314 unsigned outer_prec = TYPE_PRECISION (outer_type); in fold_pair()
2328 r.set_varying (outer_type); in fold_pair()
2338 create_possibly_reversed_range (r, outer_type, min, max); in fold_pair()
2340 r.set_varying (outer_type); in fold_pair()
H A Dfold-const.cc4732 tree outer_type = 0; in decode_field_reference() local
4749 outer_type = TREE_TYPE (exp); in decode_field_reference()
4785 if (outer_type && *pbitsize == TYPE_PRECISION (outer_type)) in decode_field_reference()
4786 *punsignedp = TYPE_UNSIGNED (outer_type); in decode_field_reference()
14639 tree outer_type = type; in tree_unary_nonnegative_warnv_p() local
14641 if (TREE_CODE (outer_type) == REAL_TYPE) in tree_unary_nonnegative_warnv_p()
14652 else if (INTEGRAL_TYPE_P (outer_type)) in tree_unary_nonnegative_warnv_p()
14657 return TYPE_PRECISION (inner_type) < TYPE_PRECISION (outer_type) in tree_unary_nonnegative_warnv_p()
15183 tree outer_type = type; in tree_unary_nonzero_warnv_p() local
15185 return (TYPE_PRECISION (outer_type) >= TYPE_PRECISION (inner_type) in tree_unary_nonzero_warnv_p()
H A Domp-low.cc215 enum gimple_code outer_type = gimple_code (ctx->stmt); in is_oacc_parallel_or_serial() local
216 return ((outer_type == GIMPLE_OMP_TARGET) in is_oacc_parallel_or_serial()
229 enum gimple_code outer_type = gimple_code (ctx->stmt); in is_oacc_kernels() local
230 return ((outer_type == GIMPLE_OMP_TARGET) in is_oacc_kernels()
240 enum gimple_code outer_type = gimple_code (ctx->stmt); in is_oacc_kernels_decomposed_part() local
241 return ((outer_type == GIMPLE_OMP_TARGET) in is_oacc_kernels_decomposed_part()
H A DChangeLog-200816 false if inner_type is incomplete and outer_type is complete.
391 false if inner_type is incomplete and outer_type is complete.
H A DChangeLog-201417031 (update_indirect_edges_after_inlining): Do not care about outer_type.
32945 (get_class_context): Be sure the context's outer_type is main variant.
32947 (get_polymorphic_call_info_for_decl): Set outer_type to be
H A DChangeLog-20137246 * cgraph.h (cgraph_indirect_call_info): Add outer_type,
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-202013468 * ada-lang.c (ada_which_variant_applies): Remove outer_type and