Home
last modified time | relevance | path

Searched refs:TYPE_VECTOR_OPAQUE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc10116 && TYPE_VECTOR_OPAQUE (cand) in build_opaque_vector_type()
10122 TYPE_VECTOR_OPAQUE (cand) = true; in build_opaque_vector_type()
Dtree.h2292 #define TYPE_VECTOR_OPAQUE(NODE) \ macro
DChangeLog-200915408 (TYPE_VECTOR_OPAQUE): Use default_def_flag
24861 * tree.h (TYPE_VECTOR_OPAQUE): Fix documentation.
27907 Use TYPE_VECTOR_OPAQUE instead of targetm.vector_opaque_p.
27913 * tree.h (TYPE_VECTOR_OPAQUE): New.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20092876 * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
Ddecl.cc7333 else if (VECTOR_TYPE_P (type) && TYPE_VECTOR_OPAQUE (type)) in check_initializer()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390.cc16545 return TYPE_VECTOR_OPAQUE (type); in s390_vector_bool_type_p()