Lines Matching defs:AddressVector
131 template <typename T> struct AddressVector {
135 AddressVector() : len(0) {}
144 AddressVector<ClassWithoutDestructor> &v;
147 ClassWithoutDestructor(AddressVector<ClassWithoutDestructor> &v) : v(v) {
157 ClassWithoutDestructor make1(AddressVector<ClassWithoutDestructor> &v) {
163 ClassWithoutDestructor make2(AddressVector<ClassWithoutDestructor> &v) {
169 ClassWithoutDestructor make3(AddressVector<ClassWithoutDestructor> &v) {
177 AddressVector<ClassWithoutDestructor> v;
201 AddressVector<ClassWithoutDestructor> v;
221 AddressVector<ClassWithDestructor> &v;
224 ClassWithDestructor(AddressVector<ClassWithDestructor> &v) : v(v) {
237 AddressVector<ClassWithDestructor> v;
266 TestCtorInitializer(AddressVector<ClassWithDestructor> &refParam)
271 AddressVector<ClassWithDestructor> v;
302 ClassWithDestructor make1(AddressVector<ClassWithDestructor> &v) {
308 ClassWithDestructor make2(AddressVector<ClassWithDestructor> &v) {
314 ClassWithDestructor make3(AddressVector<ClassWithDestructor> &v) {
322 AddressVector<ClassWithDestructor> v;
368 AddressVector<ClassWithDestructor> v;