HomeSort by relevance Sort by last modified time
    Searched refs:__shim_type_info (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
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,
enum_type_info.cc 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type,
fundamental_type_info.cc 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
cxxabi_defines.h 41 class __shim_type_info : public std::type_info class in namespace:__cxxabiv1
44 virtual ~__shim_type_info();
45 virtual bool can_catch(const __shim_type_info* thrown_type,
50 class __fundamental_type_info : public __shim_type_info
54 virtual bool can_catch(const __shim_type_info* thrown_type,
59 class __array_type_info : public __shim_type_info
63 virtual bool can_catch(const __shim_type_info* thrown_type,
68 class __function_type_info : public __shim_type_info
72 virtual bool can_catch(const __shim_type_info* thrown_type,
77 class __enum_type_info : public __shim_type_info
    [all...]
call_unexpected.cc 85 const __shim_type_info* rttip,
98 const __shim_type_info* catch_type = rttip;
99 const __shim_type_info* thrown_type =
100 static_cast<const __shim_type_info*>(header->exceptionType);
219 const __shim_type_info* catch_type = reinterpret_cast<const __shim_type_info*>(offset);
231 const __shim_type_info* bad_excp =
232 static_cast<const __shim_type_info*>(&typeid(std::bad_exception));
pbase_type_info.cc 43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type,
59 bool __pbase_type_info::can_catch_typeinfo_wrapper(const __shim_type_info* thr_type,
helper_func_internal.cc 47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
151 const __shim_type_info* catchType =
175 const __shim_type_info* excpType =
176 static_cast<const __shim_type_info*>(exception_header->exceptionType);
302 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
310 return (const __shim_type_info*)decodeRelocTarget2((uint32_t)ptr);
334 const __shim_type_info* catchType = (const __shim_type_info*) ttypeIndex;
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
415 const __shim_type_info* getTypePtr(uint64_t ttypeIndex
    [all...]
class_type_info.cc 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type,
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
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,
enum_type_info.cc 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type,
fundamental_type_info.cc 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
cxxabi_defines.h 41 class __shim_type_info : public std::type_info class in namespace:__cxxabiv1
44 virtual ~__shim_type_info();
45 virtual bool can_catch(const __shim_type_info* thrown_type,
50 class __fundamental_type_info : public __shim_type_info
54 virtual bool can_catch(const __shim_type_info* thrown_type,
59 class __array_type_info : public __shim_type_info
63 virtual bool can_catch(const __shim_type_info* thrown_type,
68 class __function_type_info : public __shim_type_info
72 virtual bool can_catch(const __shim_type_info* thrown_type,
77 class __enum_type_info : public __shim_type_info
    [all...]
call_unexpected.cc 85 const __shim_type_info* rttip,
98 const __shim_type_info* catch_type = rttip;
99 const __shim_type_info* thrown_type =
100 static_cast<const __shim_type_info*>(header->exceptionType);
219 const __shim_type_info* catch_type = reinterpret_cast<const __shim_type_info*>(offset);
231 const __shim_type_info* bad_excp =
232 static_cast<const __shim_type_info*>(&typeid(std::bad_exception));
pbase_type_info.cc 43 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type,
59 bool __pbase_type_info::can_catch_typeinfo_wrapper(const __shim_type_info* thr_type,
helper_func_internal.cc 47 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
151 const __shim_type_info* catchType =
175 const __shim_type_info* excpType =
176 static_cast<const __shim_type_info*>(exception_header->exceptionType);
302 const __shim_type_info* getTypePtr(uint64_t ttypeIndex,
310 return (const __shim_type_info*)decodeRelocTarget2((uint32_t)ptr);
334 const __shim_type_info* catchType = (const __shim_type_info*) ttypeIndex;
337 static_cast<const __shim_type_info*>(excpType), tempPtr)) {
415 const __shim_type_info* getTypePtr(uint64_t ttypeIndex
    [all...]
class_type_info.cc 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type,
  /external/libcxxabi/src/
private_typeinfo.h 21 class _LIBCXXABI_TYPE_VIS __shim_type_info : public std::type_info { class in namespace:__cxxabiv1
23 _LIBCXXABI_HIDDEN virtual ~__shim_type_info();
27 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
31 class _LIBCXXABI_TYPE_VIS __fundamental_type_info : public __shim_type_info {
34 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
38 class _LIBCXXABI_TYPE_VIS __array_type_info : public __shim_type_info {
41 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
45 class _LIBCXXABI_TYPE_VIS __function_type_info : public __shim_type_info {
48 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
52 class _LIBCXXABI_TYPE_VIS __enum_type_info : public __shim_type_info {
    [all...]
cxa_default_handlers.cpp 48 const __shim_type_info* thrown_type =
49 static_cast<const __shim_type_info*>(exception_header->exceptionType);
58 const __shim_type_info* catch_type =
59 static_cast<const __shim_type_info*>(&typeid(std::exception));
private_typeinfo.cpp 77 // __shim_type_info
79 __shim_type_info::~__shim_type_info()
83 void __shim_type_info::noop1() const {}
84 void __shim_type_info::noop2() const {}
183 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
190 __array_type_info::can_catch(const __shim_type_info*, void*&) const
200 __function_type_info::can_catch(const __shim_type_info*, void*&) const
211 __enum_type_info::can_catch(const __shim_type_info* thrown_type,
224 __class_type_info::can_catch(const __shim_type_info* thrown_type
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.h 21 class _LIBCXXABI_TYPE_VIS __shim_type_info : public std::type_info { class in namespace:__cxxabiv1
23 _LIBCXXABI_HIDDEN virtual ~__shim_type_info();
27 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
31 class _LIBCXXABI_TYPE_VIS __fundamental_type_info : public __shim_type_info {
34 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
38 class _LIBCXXABI_TYPE_VIS __array_type_info : public __shim_type_info {
41 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
45 class _LIBCXXABI_TYPE_VIS __function_type_info : public __shim_type_info {
48 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
52 class _LIBCXXABI_TYPE_VIS __enum_type_info : public __shim_type_info {
    [all...]
cxa_default_handlers.cpp 47 const __shim_type_info* thrown_type =
48 static_cast<const __shim_type_info*>(exception_header->exceptionType);
57 const __shim_type_info* catch_type =
58 static_cast<const __shim_type_info*>(&typeid(std::exception));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 21 class __attribute__ ((__visibility__("default"))) __shim_type_info class in namespace:__cxxabiv1
25 __attribute__ ((__visibility__("hidden"))) virtual ~__shim_type_info();
29 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info* thrown_type, void*& adjustedPtr) const = 0;
33 : public __shim_type_info
37 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
41 : public __shim_type_info
45 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
49 : public __shim_type_info
53 __attribute__ ((__visibility__("hidden"))) virtual bool can_catch(const __shim_type_info*, void*&) const;
57 : public __shim_type_info
    [all...]
cxa_default_handlers.cpp 47 const __shim_type_info* thrown_type =
48 static_cast<const __shim_type_info*>(exception_header->exceptionType);
57 const __shim_type_info* catch_type =
58 static_cast<const __shim_type_info*>(&typeid(std::exception));

Completed in 4435 milliseconds

1 2