Home
last modified time | relevance | path

Searched refs:make_vector_type (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.h1472 extern void make_vector_type (struct type *array_type);
H A Dgdbtypes.c1055 make_vector_type (struct type *array_type) in make_vector_type() function
1083 make_vector_type (array_type); in init_vector_type()
H A Dstabsread.c2024 make_vector_type (type); in read_type()
H A Ddwarf2read.c11797 make_vector_type (type); in read_array_type()
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-type.c514 make_vector_type (array); in typy_array_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.c9089 make_vector_type (tree innertype, int nunits, enum machine_mode mode) in make_vector_type() function
9104 = make_vector_type (TYPE_CANONICAL (innertype), nunits, VOIDmode); in make_vector_type()
9812 return make_vector_type (innertype, nunits, mode); in build_vector_type_for_mode()
9821 return make_vector_type (innertype, nunits, VOIDmode); in build_vector_type()
9829 tree t = make_vector_type (innertype, nunits, VOIDmode); in build_opaque_vector_type()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c9574 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() function
9590 = make_vector_type (TYPE_CANONICAL (mv_innertype), nunits, VOIDmode); in make_vector_type()
10497 return make_vector_type (innertype, nunits, mode); in build_vector_type_for_mode()
10506 return make_vector_type (innertype, nunits, VOIDmode); in build_vector_type()
10527 return make_vector_type (bool_type, nunits, mask_mode); in build_truth_vector_type()
10551 tree t = make_vector_type (innertype, nunits, VOIDmode); in build_opaque_vector_type()