Searched refs:inner_elt_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c2725 tree inner_elt_type;
2744 inner_elt_type = strip_array_types (type);
2755 ? (!CLASS_TYPE_P (inner_elt_type)
2756 || !TYPE_HAS_COMPLEX_ASSIGN_REF (inner_elt_type))
2762 || ! TYPE_HAS_NONTRIVIAL_DESTRUCTOR (inner_elt_type)))
2984 inner_elt_type, sfk_base_destructor,
2722 tree inner_elt_type; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c2478 tree inner_elt_type;
2497 inner_elt_type = strip_array_types (atype);
2500 ? (!CLASS_TYPE_P (inner_elt_type)
2501 || !TYPE_HAS_COMPLEX_ASSIGN_REF (inner_elt_type))
2507 || ! TYPE_HAS_NONTRIVIAL_DESTRUCTOR (inner_elt_type)))
2710 inner_elt_type, sfk_base_destructor,
2475 tree inner_elt_type; local

Completed in 121 milliseconds