Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcopy-elision.cpp156 ClassWithoutDestructor make1(AddressVector<ClassWithoutDestructor> &v) { in make1() function
163 return make1(v); in make2()
301 ClassWithDestructor make1(AddressVector<ClassWithDestructor> &v) { in make1() function
308 return make1(v); in make2()
406 Foo make1(Foo **r) { in make1() function
416 Foo tmp = make1(&z); in test_copy_elision()
H A Dstack-addr-ps.cpp157 C make1() { in make1() function
163 C c1 = make1(); in test_copy_elision()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dext-vector-type.cpp3 struct make1 { struct
8 make1<int, 5>::type x; in test_make1() argument
H A Dmatrix-type.cpp101 struct make1 { struct
106 make1<int, 5, 4>::type x; in test_make1() argument