Home
last modified time | relevance | path

Searched refs:make2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp1.cpp6 template<typename T> T make2(const T&);
11 A<int> a1 = make2< A<int> >(A<int>()); in test_make()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dext-vector-type.cpp13 struct make2 { struct
18 make2<int, 0> x; // expected-note{{in instantiation of}} in test_make2() argument
H A Dmatrix-type.cpp110 struct make2 { struct
115 make2<int, 0, 1> x; // expected-note{{in instantiation of}} in test_make2() argument
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcopy-elision.cpp162 ClassWithoutDestructor make2(AddressVector<ClassWithoutDestructor> &v) { in make2() function
169 return make2(v); in make3()
307 ClassWithDestructor make2(AddressVector<ClassWithDestructor> &v) { in make2() function
314 return make2(v); in make3()