Home
last modified time | relevance | path

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

/llvm-project/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/clang/test/Analysis/
H A Dcopy-elision.cpp163 ClassWithoutDestructor make2(AddressVector<ClassWithoutDestructor> &v) { in make2() function
308 ClassWithDestructor make2(AddressVector<ClassWithDestructor> &v) { in make2() function
/llvm-project/clang/test/CodeGen/
H A Dparen-list-agg-init.cpp427 void make2() { make2() function