Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDtree.c6426 make_vector_type (tree innertype, int nunits, enum machine_mode mode) in make_vector_type() argument
6433 if ((TYPE_ATTRIBUTES (innertype) || TYPE_QUALS (innertype)) in make_vector_type()
6434 && TYPE_MAIN_VARIANT (innertype) != innertype) in make_vector_type()
6436 make_vector_type (TYPE_MAIN_VARIANT (innertype), nunits, mode), in make_vector_type()
6437 TYPE_ATTRIBUTES (innertype), in make_vector_type()
6438 TYPE_QUALS (innertype)); in make_vector_type()
6441 TREE_TYPE (t) = TYPE_MAIN_VARIANT (innertype); in make_vector_type()
6444 TYPE_READONLY (t) = TYPE_READONLY (innertype); in make_vector_type()
6445 TYPE_VOLATILE (t) = TYPE_VOLATILE (innertype); in make_vector_type()
6451 tree array = build_array_type (innertype, build_index_type (index)); in make_vector_type()
[all …]
HDstor-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()
HDtree.h3680 extern tree build_vector_type (tree innertype, int nunits);
HDChangeLog-2006604 of the innertype is the innertype itself.