Home
last modified time | relevance | path

Searched refs:innertype (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree.c6402 make_vector_type (tree innertype, int nunits, enum machine_mode mode) in make_vector_type() argument
6409 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type()
6410 && TYPE_MAIN_VARIANT (innertype) != innertype) in make_vector_type()
6412 make_vector_type (TYPE_MAIN_VARIANT (innertype), nunits, mode), in make_vector_type()
6413 TYPE_ATTRIBUTES (innertype), in make_vector_type()
6414 TYPE_QUALS (innertype)); in make_vector_type()
6417 TREE_TYPE (t) = TYPE_MAIN_VARIANT (innertype); in make_vector_type()
6420 TYPE_READONLY (t) = TYPE_READONLY (innertype); in make_vector_type()
6421 TYPE_VOLATILE (t) = TYPE_VOLATILE (innertype); in make_vector_type()
6427 tree array = build_array_type (innertype, build_index_type (index)); in make_vector_type()
[all …]
H A Dstor-layout.c1613 tree innertype = TREE_TYPE (type); in layout_type() local
1620 enum machine_mode innermode = TYPE_MODE (innertype); in layout_type()
1649 TYPE_SIZE_UNIT (innertype), in layout_type()
1651 TYPE_SIZE (type) = int_const_binop (MULT_EXPR, TYPE_SIZE (innertype), in layout_type()
H A Dtree.h3598 extern tree build_vector_type (tree innertype, int nunits);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c4872 make_vector (mode, innertype, unsignedp) in make_vector() argument
4874 tree innertype;
4880 TREE_TYPE (t) = innertype;