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

  /external/libcxxabi/test/
dynamic_cast_stress.pass.cpp 36 struct makeB;
39 struct makeB<std::__tuple_indices<Indx...>, Depth>
46 : 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.pass.cpp 36 struct makeB;
39 struct makeB<std::__tuple_indices<Indx...>, Depth>
46 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
  /external/clang/test/CodeGenCXX/
exceptions.cpp 54 B makeB();
121 return new A(makeB().x);
124 return new A(makeB());
127 return new A(makeB(), makeB());
151 return (x = new A(makeB()), makeB(), x);

Completed in 230 milliseconds