Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dcatch_ptr_02.pass.cpp81 struct base2 {int x;}; argument
82 struct derived : base1, base2 {};
91 catch (base2 *p) { in test5()
107 catch (base2 *p) { in test6()
123 catch (base2 *p) { in test7()