/ndk/sources/cxx-stl/gabi++/src/ |
pbase_type_info.cc | 54 const __pbase_type_info *thrown_type = local 58 if (~__flags & thrown_type->__flags) { 81 return can_catch_ptr(thrown_type, adjustedPtr, tracker); 84 bool __pbase_type_info::can_catch_ptr(const __pbase_type_info* thrown_type, 88 if (do_can_catch_ptr(thrown_type, adjustedPtr, tracker, 97 return ptr_pointee->can_catch_typeinfo_wrapper(thrown_type->__pointee, 101 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);
|
cxxabi_defines.h | 45 virtual bool can_catch(const __shim_type_info* thrown_type, 54 virtual bool can_catch(const __shim_type_info* thrown_type, 63 virtual bool can_catch(const __shim_type_info* thrown_type, 72 virtual bool can_catch(const __shim_type_info* thrown_type, 81 virtual bool can_catch(const __shim_type_info* thrown_type, 143 virtual bool can_catch(const __shim_type_info* thrown_type, 209 virtual bool can_catch(const __shim_type_info* thrown_type, 223 virtual bool can_catch_typeinfo_wrapper(const __shim_type_info* thrown_type, 236 bool can_catch_ptr(const __pbase_type_info *thrown_type, 241 virtual bool do_can_catch_ptr(const __pbase_type_info* thrown_type, [all...] |
pointer_to_member_type_info.cc | 42 const __pointer_to_member_type_info *thrown_type = local 44 if (!thrown_type) { 49 if (*__context != *thrown_type->__context) {
|
class_type_info.cc | 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, 40 if (*this == *thrown_type) { 45 dynamic_cast<const __class_type_info*>(thrown_type);
|
enum_type_info.cc | 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, 40 return *this == *thrown_type;
|
fundamental_type_info.cc | 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, 40 return *this == *thrown_type;
|
pointer_type_info.cc | 38 bool __pointer_type_info::do_can_catch_ptr(const __pbase_type_info* thrown_type, 46 if (dynamic_cast<const __function_type_info*>(thrown_type->__pointee)) {
|
array_type_info.cc | 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type,
|
function_type_info.cc | 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type,
|
call_unexpected.cc | 99 const __shim_type_info* thrown_type = local 101 if (!catch_type || !thrown_type) { 105 if (catch_type->can_catch(thrown_type, adjustedPtr)) {
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cxxabi.h | 45 virtual bool can_catch(const __shim_type_info* thrown_type, 54 virtual bool can_catch(const __shim_type_info* thrown_type, 63 virtual bool can_catch(const __shim_type_info* thrown_type, 72 virtual bool can_catch(const __shim_type_info* thrown_type, 81 virtual bool can_catch(const __shim_type_info* thrown_type, 143 virtual bool can_catch(const __shim_type_info* thrown_type, 209 virtual bool can_catch(const __shim_type_info* thrown_type, 223 virtual bool can_catch_typeinfo_wrapper(const __shim_type_info* thrown_type, 236 bool can_catch_ptr(const __pbase_type_info *thrown_type, 241 virtual bool do_can_catch_ptr(const __pbase_type_info* thrown_type, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libsupc++.a | [all...] |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.13 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ |
libsupc++.a | [all...] |
libstdc++.so | |
libstdc++.so.6 | |
libstdc++.so.6.0.16 | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/ |
libsupc++.a | [all...] |
/external/elfutils/src/ |
readelf.c | [all...] |