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

  /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))
private_typeinfo.cpp 180 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
183 return is_equal(this, thrown_type, false);
208 __enum_type_info::can_catch(const __shim_type_info* thrown_type,
211 return is_equal(this, thrown_type, false);
221 __class_type_info::can_catch(const __shim_type_info* thrown_type,
225 if (is_equal(this, thrown_type, false))
228 dynamic_cast<const __class_type_info*>(thrown_type);
343 __pbase_type_info::can_catch(const __shim_type_info* thrown_type,
350 thrown_type);
355 return is_equal(this, thrown_type, use_strcmp)
    [all...]
private_typeinfo.h 26 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
  /prebuilts/ndk/r16/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))
private_typeinfo.cpp 180 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
183 return is_equal(this, thrown_type, false);
208 __enum_type_info::can_catch(const __shim_type_info* thrown_type,
211 return is_equal(this, thrown_type, false);
221 __class_type_info::can_catch(const __shim_type_info* thrown_type,
225 if (is_equal(this, thrown_type, false))
228 dynamic_cast<const __class_type_info*>(thrown_type);
343 __pbase_type_info::can_catch(const __shim_type_info* thrown_type,
350 thrown_type);
355 return is_equal(this, thrown_type, use_strcmp)
    [all...]
private_typeinfo.h 26 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
  /external/elfutils/libdw/
known-dwarf.h 609 DWARF_ONE_KNOWN_DW_TAG (thrown_type, DW_TAG_thrown_type) \
    [all...]

Completed in 148 milliseconds