HomeSort by relevance Sort by last modified time
    Searched refs:makeB (Results 1 - 4 of 4) 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);
  /external/libcxxabi/test/
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>
  /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>
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
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 1255 milliseconds