HomeSort by relevance Sort by last modified time
    Searched refs:makeB (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
exceptions.cpp 51 B makeB();
118 return new A(makeB().x);
121 return new A(makeB());
124 return new A(makeB(), makeB());
148 return (x = new A(makeB()), makeB(), x);
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 37 struct makeB;
40 struct makeB<std::__tuple_indices<Indx...>, Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>

Completed in 7728 milliseconds