Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dinherited_exception.pass.cpp34 struct Base2 { struct
38 struct Child : public Base, public Base2 { argument
55 throw static_cast<Base2&>(child); in f2()
63 throw static_cast<Base2*>(&child); in f3()
109 catch (const Base2& c) in main()
135 catch (const Base2& b) in main()
157 catch (const Base2* c) in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dmock_object.hpp82 template<int i1, typename Base1,int i2, typename Base2> \
85 mock_object<i2,Base2> const& ) \
106 template<int i1, typename Base1,int i2, typename Base2> \
109 mock_object<i2,Base2> const& ) \