Searched defs:innertype (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | stor-layout.c | 2094 tree innertype = TREE_TYPE (type); in layout_type() local
|
H A D | tree.c | 9089 make_vector_type (tree innertype, int nunits, enum machine_mode mode) in make_vector_type() 9784 build_vector_type_for_mode (tree innertype, enum machine_mode mode) in build_vector_type_for_mode() 9819 build_vector_type (tree innertype, int nunits) in build_vector_type() 9827 build_opaque_vector_type (tree innertype, int nunits) in build_opaque_vector_type()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | stor-layout.c | 2352 tree innertype = TREE_TYPE (type); in layout_type() local
|
H A D | tree.c | 9574 make_vector_type (tree innertype, poly_int64 nunits, machine_mode mode) in make_vector_type() 10469 build_vector_type_for_mode (tree innertype, machine_mode mode) in build_vector_type_for_mode() 10504 build_vector_type (tree innertype, poly_int64 nunits) in build_vector_type() 10549 build_opaque_vector_type (tree innertype, poly_int64 nunits) in build_opaque_vector_type()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | pt.c | 8034 const_tree innertype = TREE_TYPE (inner); in convert_template_argument() local
|