Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dcatch_ptr_02.pass.cpp80 struct base1 {int x;}; argument
82 struct derived : base1, base2 {};
124 assert ((unsigned long)p == 12+sizeof(base1)); in test7()