HomeSort by: relevance | last modified time | path
    Searched defs:inner_type (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/
dojump.cc 184 tree inner_type = TREE_TYPE (op0);
186 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
188 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
194 else if (is_int_mode (TYPE_MODE (inner_type), &int_mode)
206 tree inner_type = TREE_TYPE (op0);
208 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
210 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
215 else if (is_int_mode (TYPE_MODE (inner_type), &int_mode)
183 tree inner_type = TREE_TYPE (op0); local
205 tree inner_type = TREE_TYPE (op0); local
tree-chrec.cc 1549 tree inner_type, left, right, lc, rc, rtype;
1557 inner_type = TREE_TYPE (chrec);
1558 if (TYPE_PRECISION (type) > TYPE_PRECISION (inner_type))
1561 if (useless_type_conversion_p (type, inner_type))
1545 tree inner_type, left, right, lc, rc, rtype; local
tree-complex.cc 502 tree inner_type = TREE_TYPE (TREE_TYPE (ssa_name)); local
503 if (SCALAR_FLOAT_TYPE_P (inner_type))
504 return build_real (inner_type, dconst0);
506 return build_int_cst (inner_type, 0);
623 tree inner_type = TREE_TYPE (TREE_TYPE (t)); local
625 TREE_TYPE (t) = inner_type;
626 TREE_OPERAND (t, 1) = TYPE_SIZE (inner_type);
629 TYPE_SIZE (inner_type));
644 tree inner_type = TREE_TYPE (TREE_TYPE (t)); local
647 inner_type, unshare_expr (t))
812 tree inner_type = TREE_TYPE (type); local
1099 tree inner_type = TREE_TYPE (type); local
1451 tree inner_type = TREE_TYPE (type); local
1642 tree inner_type = TREE_TYPE (type); local
1663 tree type, inner_type, lhs; local
    [all...]
tree-ssa.cc 1259 tree outer_type, inner_type; local
1271 inner_type = TREE_TYPE (TREE_OPERAND (expr, 0));
1273 if (inner_type == error_mark_node)
1276 return useless_type_conversion_p (outer_type, inner_type);
stor-layout.cc 469 tree inner_type = build_nonstandard_integer_type (inner_size, true);
472 return build_vector_type_for_mode (inner_type, mode);
475 return build_complex_type (inner_type);
478 return inner_type;
467 tree inner_type = build_nonstandard_integer_type (inner_size, true); local
tree-scalar-evolution.cc 3134 tree inner_type = TREE_TYPE (inner_ev);
3135 if (TYPE_PRECISION (inner_type) >= TYPE_PRECISION (type))
3148 tree bound = lower_bound_in_type (inner_type, inner_type);
3154 tree bound = upper_bound_in_type (inner_type, inner_type);
3127 tree inner_type = TREE_TYPE (inner_ev); local
tree-vect-generic.cc 201 do_unop (gimple_stmt_iterator *gsi, tree inner_type, tree a,
205 tree rhs_type = inner_type;
214 return gimplify_build1 (gsi, code, inner_type, a);
218 do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b,
223 a = tree_vec_extract (gsi, inner_type, a, bitsize, bitpos);
225 b = tree_vec_extract (gsi, inner_type, b, bitsize, bitpos);
226 return gimplify_build2 (gsi, code, inner_type, a, b);
231 INNER_TYPE is the type of A and B elements
234 size equal to the size of INNER_TYPE. */
236 do_compare (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b
270 tree inner_type = TREE_TYPE (TREE_TYPE (a)); local
304 tree inner_type = TREE_TYPE (TREE_TYPE (b)); local
499 tree inner_type = TREE_TYPE (TREE_TYPE (op0)); local
1058 tree inner_type = TREE_TYPE (type); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dojump.cc 184 tree inner_type = TREE_TYPE (op0);
186 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
188 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
194 else if (is_int_mode (TYPE_MODE (inner_type), &int_mode)
206 tree inner_type = TREE_TYPE (op0);
208 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
210 gcc_assert (GET_MODE_CLASS (TYPE_MODE (inner_type))
215 else if (is_int_mode (TYPE_MODE (inner_type), &int_mode)
183 tree inner_type = TREE_TYPE (op0); local
205 tree inner_type = TREE_TYPE (op0); local
tree-chrec.cc 1671 tree inner_type, left, right, lc, rc, rtype;
1679 inner_type = TREE_TYPE (chrec);
1680 if (TYPE_PRECISION (type) > TYPE_PRECISION (inner_type))
1683 if (useless_type_conversion_p (type, inner_type))
1667 tree inner_type, left, right, lc, rc, rtype; local
tree-complex.cc 507 tree inner_type = TREE_TYPE (TREE_TYPE (ssa_name)); local
508 if (SCALAR_FLOAT_TYPE_P (inner_type))
509 return build_real (inner_type, dconst0);
511 return build_int_cst (inner_type, 0);
628 tree inner_type = TREE_TYPE (TREE_TYPE (t)); local
630 TREE_TYPE (t) = inner_type;
631 TREE_OPERAND (t, 1) = TYPE_SIZE (inner_type);
634 TYPE_SIZE (inner_type));
649 tree inner_type = TREE_TYPE (TREE_TYPE (t)); local
652 inner_type, unshare_expr (t))
817 tree inner_type = TREE_TYPE (type); local
1106 tree inner_type = TREE_TYPE (type); local
1458 tree inner_type = TREE_TYPE (type); local
1649 tree inner_type = TREE_TYPE (type); local
1670 tree type, inner_type, lhs; local
    [all...]
tree-ssa.cc 1253 tree outer_type, inner_type; local
1265 inner_type = TREE_TYPE (TREE_OPERAND (expr, 0));
1267 if (inner_type == error_mark_node)
1270 return useless_type_conversion_p (outer_type, inner_type);
stor-layout.cc 469 tree inner_type = build_nonstandard_integer_type (inner_size, true);
472 return build_vector_type_for_mode (inner_type, mode);
475 return build_complex_type (inner_type);
478 return inner_type;
467 tree inner_type = build_nonstandard_integer_type (inner_size, true); local
tree-scalar-evolution.cc 3162 tree inner_type = TREE_TYPE (inner_ev);
3163 if (TYPE_PRECISION (inner_type) >= TYPE_PRECISION (type))
3176 tree bound = lower_bound_in_type (inner_type, inner_type);
3182 tree bound = upper_bound_in_type (inner_type, inner_type);
3155 tree inner_type = TREE_TYPE (inner_ev); local
tree-vect-generic.cc 164 do_unop (gimple_stmt_iterator *gsi, tree inner_type, tree a,
168 tree rhs_type = inner_type;
177 return gimplify_build1 (gsi, code, inner_type, a);
181 do_binop (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b,
186 a = tree_vec_extract (gsi, inner_type, a, bitsize, bitpos);
188 b = tree_vec_extract (gsi, inner_type, b, bitsize, bitpos);
189 return gimplify_build2 (gsi, code, inner_type, a, b);
194 INNER_TYPE is the type of A and B elements
197 size equal to the size of INNER_TYPE. */
199 do_compare (gimple_stmt_iterator *gsi, tree inner_type, tree a, tree b
233 tree inner_type = TREE_TYPE (TREE_TYPE (a)); local
267 tree inner_type = TREE_TYPE (TREE_TYPE (b)); local
462 tree inner_type = TREE_TYPE (TREE_TYPE (op0)); local
1021 tree inner_type = TREE_TYPE (type); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-manager.cc 406 /* Fold "cast<TYPE> (cast <INNER_TYPE> (innermost_arg))
408 unless INNER_TYPE is narrower than TYPE. */
411 tree inner_type = arg->get_type (); local
413 && TYPE_SIZE (inner_type)
415 TYPE_SIZE (type), TYPE_SIZE (inner_type))
1024 tree inner_type = inner_svalue->get_type (); local
1029 if (bits.m_start_bit_offset == 0 && inner_type)
1032 if (int_size_in_bits (inner_type, &inner_type_size))
1048 if (bits.as_byte_range (&bytes) && inner_type)
1049 switch (TREE_CODE (inner_type))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 499 tree inner_type = NULL;
508 inner_type = TREE_TYPE (type);
544 inner_type = TREE_TYPE (field_index);
548 sub = build4 (ARRAY_REF, inner_type, dest, field_index,
551 sub = build3 (COMPONENT_REF, inner_type, dest, field_index,
568 && TREE_CODE (inner_type) == ARRAY_TYPE
569 && TYPE_DOMAIN (inner_type) == NULL
575 (strip_array_types (inner_type))))
599 else if (!initializer_constant_valid_p (value, inner_type))
633 sub = build4 (ARRAY_REF, inner_type, dest, low
497 tree inner_type = NULL; local
    [all...]
cp-gimplify.cc 1753 tree inner_type = TREE_TYPE (orig_decl); local
1757 inner_type = TREE_TYPE (inner_type);
1759 while (TREE_CODE (inner_type) == ARRAY_TYPE)
1760 inner_type = TREE_TYPE (inner_type);
1761 get_copy_ctor (inner_type, tf_warning_or_error);
1993 tree inner_type = TREE_TYPE (arg1);
2002 inner_type = TREE_TYPE (inner_type);
1992 tree inner_type = TREE_TYPE (arg1); local
2276 tree decl, inner_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 1508 tree inner_type; local
1518 inner_type = d_type_for_mode (inner_mode, unsignedp);
1519 if (inner_type != NULL_TREE)
1520 return build_complex_type (inner_type);
1525 tree inner_type = d_type_for_mode (inner_mode, unsignedp); local
1526 if (inner_type != NULL_TREE)
1527 return build_vector_type_for_mode (inner_type, mode);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 1024 tree inner_type; local
1037 inner_type = lto_type_for_mode (inner_mode, unsigned_p);
1038 if (inner_type != NULL_TREE)
1039 return build_complex_type (inner_type);
1053 tree inner_type = lto_type_for_mode (inner_mode, unsigned_p); local
1054 if (inner_type != NULL_TREE)
1055 return build_vector_type_for_mode (inner_type, mode);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-manager.cc 454 /* Fold "cast<TYPE> (cast <INNER_TYPE> (innermost_arg))
456 unless INNER_TYPE is narrower than TYPE. */
459 if (tree inner_type = arg->get_type ())
461 && TYPE_SIZE (inner_type)
463 TYPE_SIZE (type), TYPE_SIZE (inner_type))
1184 tree inner_type = inner_svalue->get_type (); local
1189 if (bits.m_start_bit_offset == 0 && inner_type)
1192 if (int_size_in_bits (inner_type, &inner_type_size))
1208 if (bits.as_byte_range (&bytes) && inner_type)
1209 switch (TREE_CODE (inner_type))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 502 tree inner_type = NULL;
511 inner_type = TREE_TYPE (type);
547 inner_type = TREE_TYPE (field_index);
551 sub = build4 (ARRAY_REF, inner_type, dest, field_index,
554 sub = build3 (COMPONENT_REF, inner_type, dest, field_index,
571 && TREE_CODE (inner_type) == ARRAY_TYPE
572 && TYPE_DOMAIN (inner_type) == NULL
578 (strip_array_types (inner_type))))
602 else if (!initializer_constant_valid_p (value, inner_type))
636 sub = build4 (ARRAY_REF, inner_type, dest, low
500 tree inner_type = NULL; local
    [all...]
cp-gimplify.cc 2242 tree inner_type = TREE_TYPE (orig_decl); local
2246 inner_type = TREE_TYPE (inner_type);
2248 while (TREE_CODE (inner_type) == ARRAY_TYPE)
2249 inner_type = TREE_TYPE (inner_type);
2250 get_copy_ctor (inner_type, tf_warning_or_error);
2479 tree inner_type = TREE_TYPE (arg1);
2488 inner_type = TREE_TYPE (inner_type);
2478 tree inner_type = TREE_TYPE (arg1); local
2762 tree decl, inner_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 1042 tree inner_type; local
1060 inner_type = lto_type_for_mode (inner_mode, unsigned_p);
1061 if (inner_type != NULL_TREE)
1062 return build_complex_type (inner_type);
1076 tree inner_type = lto_type_for_mode (inner_mode, unsigned_p); local
1077 if (inner_type != NULL_TREE)
1078 return build_vector_type_for_mode (inner_type, mode);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 3406 tree inner_type = gfc_type_for_mode (inner_mode, unsignedp);
3407 if (inner_type != NULL_TREE)
3408 return build_vector_type_for_mode (inner_type, mode);
3392 tree inner_type = gfc_type_for_mode (inner_mode, unsignedp); local
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 885 tree inner_type = type->as_tree (); local
886 if (INTEGRAL_TYPE_P (inner_type))
888 tree inner = build_int_cst (inner_type, value);
895 tree inner = build_real (inner_type, real_value);
909 tree inner_type = type->as_tree (); local
910 if (INTEGRAL_TYPE_P (inner_type))
912 tree inner = build_int_cst (inner_type, value);
919 tree inner = build_real (inner_type, real_value);
933 tree inner_type = type->as_tree (); local
951 tree inner = build_real (inner_type, real_value)
963 tree inner_type = type->as_tree (); local
    [all...]

Completed in 81 milliseconds

1 2