Home
last modified time | relevance | path

Searched refs:make3 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcopy-elision.cpp168 ClassWithoutDestructor make3(AddressVector<ClassWithoutDestructor> &v) { in make3() function
177 ClassWithoutDestructor c = make3(v); in testMultipleReturns()
202 consume(make3(v)); in testArgumentConstructorWithoutDestructor()
313 ClassWithDestructor make3(AddressVector<ClassWithDestructor> &v) { in make3() function
323 ClassWithDestructor c = make3(v); in testMultipleReturnsWithDestructors()
369 consume(make3(v)); in testArgumentConstructorWithDestructor()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dext-vector-type.cpp22 struct make3 { struct
29 make3<s, 3>x; // expected-note{{in instantiation of}} in test_make3() argument
H A Dmatrix-type.cpp119 struct make3 { struct
126 make3<s, 3, 3> x; // expected-note{{in instantiation of}} in test_make3() argument