Searched refs:make2 (Results 1 – 4 of 4) sorted by relevance
6 template<typename T> T make2(const T&);11 A<int> a1 = make2< A<int> >(A<int>()); in test_make()
13 struct make2 { struct18 make2<int, 0> x; // expected-note{{in instantiation of}} in test_make2() argument
110 struct make2 { struct115 make2<int, 0, 1> x; // expected-note{{in instantiation of}} in test_make2() argument
162 ClassWithoutDestructor make2(AddressVector<ClassWithoutDestructor> &v) { in make2() function169 return make2(v); in make3()307 ClassWithDestructor make2(AddressVector<ClassWithDestructor> &v) { in make2() function314 return make2(v); in make3()