HomeSort by relevance Sort by last modified time
    Searched defs:thrown_type (Results 1 - 9 of 9) sorted by null

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
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) {
pbase_type_info.cc 69 const __pbase_type_info *thrown_type = local
73 if (~__flags & thrown_type->__flags) {
96 return can_catch_ptr(thrown_type, adjustedPtr, tracker);
99 bool __pbase_type_info::can_catch_ptr(const __pbase_type_info* thrown_type,
103 if (do_can_catch_ptr(thrown_type, adjustedPtr, tracker,
112 return ptr_pointee->can_catch_typeinfo_wrapper(thrown_type->__pointee,
116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);
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/r13/sources/cxx-stl/gabi++/src/
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) {
pbase_type_info.cc 69 const __pbase_type_info *thrown_type = local
73 if (~__flags & thrown_type->__flags) {
96 return can_catch_ptr(thrown_type, adjustedPtr, tracker);
99 bool __pbase_type_info::can_catch_ptr(const __pbase_type_info* thrown_type,
103 if (do_can_catch_ptr(thrown_type, adjustedPtr, tracker,
112 return ptr_pointee->can_catch_typeinfo_wrapper(thrown_type->__pointee,
116 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);
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)) {
  /external/libcxxabi/src/
cxa_default_handlers.cpp 48 const __shim_type_info* thrown_type = local
50 // Try to get demangled name of thrown_type
54 const char* name = __cxa_demangle(thrown_type->name(), buf, &len, &status);
56 name = thrown_type->name();
60 if (catch_type->can_catch(thrown_type, thrown_object))
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 47 const __shim_type_info* thrown_type = local
49 // Try to get demangled name of thrown_type
53 const char* name = __cxa_demangle(thrown_type->name(), buf, &len, &status);
55 name = thrown_type->name();
59 if (catch_type->can_catch(thrown_type, thrown_object))
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_default_handlers.cpp 47 const __shim_type_info* thrown_type = local
49 // Try to get demangled name of thrown_type
53 const char* name = __cxa_demangle(thrown_type->name(), buf, &len, &status);
55 name = thrown_type->name();
59 if (catch_type->can_catch(thrown_type, thrown_object))

Completed in 782 milliseconds