Searched refs:elttype (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c813 tree elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (type), 0); local
827 if (TREE_CODE (elttype) == REFERENCE_TYPE
828 || TREE_CODE (elttype) == FUNCTION_TYPE
829 || VOID_TYPE_P (elttype))
835 = implicit_conversion (elttype, TREE_TYPE (val), val,
884 tree elttype = TREE_TYPE (atype); local
889 if (TREE_CODE (elttype) == ARRAY_TYPE
891 ok = can_convert_array (elttype, val, flags, complain);
893 ok = can_convert_arg (elttype, TREE_TYPE (val), val, flags,
973 tree elttype local
1027 tree elttype = TREE_TYPE (type); local
6347 tree elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (totype), 0); local
[all...]
H A Dconstexpr.c2322 tree elttype = TREE_TYPE (atype); local
2335 if (TREE_CODE (elttype) == ARRAY_TYPE)
2339 init = build_value_init (elttype, tf_warning_or_error);
2346 &argvec, elttype, LOOKUP_NORMAL,
2358 init_subob_ctx (ctx, new_ctx, idx, pre_init ? init : elttype);
2361 if (TREE_CODE (elttype) == ARRAY_TYPE)
2369 eltinit = cxx_eval_vec_init_1 (&new_ctx, elttype, eltinit, value_init,
H A Dtypeck2.c881 tree elttype = TREE_TYPE (type);
883 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 0)->value,
886 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 1)->value,
878 tree elttype = TREE_TYPE (type); local
H A Dpt.c18104 tree elt, elttype;
18121 elttype = TREE_TYPE (parm);
18124 elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (parm), 0);
18127 if (PACK_EXPANSION_P (elttype))
18146 (DEDUCE_CALL, &elttype, &type, elt);
18150 RECUR_AND_CHECK_FAILURE (tparms, targs, elttype, elt, elt_strict,
18103 tree elt, elttype; local
/haiku-buildtools/gcc/gcc/
H A Dexpr.c6148 tree elttype = TREE_TYPE (type);
6248 mode = TYPE_MODE (elttype);
6250 bitsize = (tree_fits_uhwi_p (TYPE_SIZE (elttype))
6251 ? tree_to_uhwi (TYPE_SIZE (elttype))
6273 || (tree_fits_uhwi_p (TYPE_SIZE (elttype))
6274 && (tree_to_uhwi (TYPE_SIZE (elttype)) * count
6280 bitpos = lo * tree_to_shwi (TYPE_SIZE (elttype));
6293 get_alias_set (elttype));
6325 TYPE_SIZE_UNIT (elttype)));
6356 || ! tree_fits_uhwi_p (TYPE_SIZE (elttype)))
6134 tree elttype = TREE_TYPE (type); local
6395 tree elttype = TREE_TYPE (type); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py637 self.elttype = val.type.template_argument(0)
638 size = self.elttype.sizeof
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpr.c4302 tree elttype = TREE_TYPE (type);
4376 mode = TYPE_MODE (elttype);
4378 unsignedp = TREE_UNSIGNED (elttype);
4397 || (TREE_CODE (TYPE_SIZE (elttype)) == INTEGER_CST
4398 && TREE_INT_CST_LOW (TYPE_SIZE (elttype)) * count
4404 bitpos = lo * TREE_INT_CST_LOW (TYPE_SIZE (elttype));
4435 position = size_binop (EXACT_DIV_EXPR, TYPE_SIZE (elttype),
4466 || TREE_CODE (TYPE_SIZE (elttype)) != INTEGER_CST)
4477 position = size_binop (EXACT_DIV_EXPR, TYPE_SIZE (elttype),
4489 * TREE_INT_CST_LOW (TYPE_SIZE (elttype)));
4290 tree elttype = TREE_TYPE (type); local
[all...]
H A Dc-typeck.c6644 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type));
6645 enum tree_code eltcode = TREE_CODE (elttype);
6650 && TREE_CODE (TREE_TYPE (elttype)) == INTEGER_TYPE
6657 && TYPE_MAIN_VARIANT (TREE_TYPE (value)) != elttype
6699 output_init_element (value, elttype, constructor_index, 1);
6614 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c9051 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type));
9052 enum tree_code eltcode = TREE_CODE (elttype);
9057 && INTEGRAL_TYPE_P (TREE_TYPE (elttype))
9064 && TYPE_MAIN_VARIANT (TREE_TYPE (value.value)) != elttype
9086 strict_string, elttype,
9104 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type));
9119 elttype = TYPE_MAIN_VARIANT (constructor_type);
9121 strict_string, elttype,
9019 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); local
9072 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); local
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml549 let inttype_for_array num elttype =
550 let eltsize = vectype_size elttype in
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c17376 do_crypto_2op_1 (unsigned elttype, int op)
17380 if (neon_check_type (2, NS_QQ, N_EQK | N_UNT, elttype | N_UNT | N_KEY).type
17369 do_crypto_2op_1(unsigned elttype, int op) argument

Completed in 618 milliseconds