Home
last modified time | relevance | path

Searched refs:makeB (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dexceptions.cpp57 B makeB();
135 return new A(makeB().x); in f()
138 return new A(makeB()); in g()
141 return new A(makeB(), makeB()); in h()
170 return (x = new A(makeB()), makeB(), x); in i()
/llvm-project-15.0.7/libcxxabi/test/
H A Ddynamic_cast_stress.pass.cpp37 struct makeB;
40 struct makeB<std::__tuple_indices<Indx...>, Depth> struct
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>