Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Dexceptions.cpp54 B makeB();
121 return new A(makeB().x); in f()
124 return new A(makeB()); in g()
127 return new A(makeB(), makeB()); in h()
151 return (x = new A(makeB()), makeB(), x); in i()
/external/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp38 struct makeB;
41 struct makeB<std::__tuple_indices<Indx...>, Depth> struct
48 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>