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

  /external/libcxxabi/src/
private_typeinfo.cpp 74 // __shim_type_info
76 __shim_type_info::~__shim_type_info()
80 void __shim_type_info::noop1() const {}
81 void __shim_type_info::noop2() const {}
180 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
187 __array_type_info::can_catch(const __shim_type_info*, void*&) const
197 __function_type_info::can_catch(const __shim_type_info*, void*&) const
208 __enum_type_info::can_catch(const __shim_type_info* thrown_type,
221 __class_type_info::can_catch(const __shim_type_info* thrown_type
    [all...]
private_typeinfo.h 20 class _LIBCXXABI_TYPE_VIS __shim_type_info : public std::type_info { class in namespace:__cxxabiv1
22 _LIBCXXABI_HIDDEN virtual ~__shim_type_info();
26 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
30 class _LIBCXXABI_TYPE_VIS __fundamental_type_info : public __shim_type_info {
33 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
37 class _LIBCXXABI_TYPE_VIS __array_type_info : public __shim_type_info {
40 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
44 class _LIBCXXABI_TYPE_VIS __function_type_info : public __shim_type_info {
47 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
51 class _LIBCXXABI_TYPE_VIS __enum_type_info : public __shim_type_info {
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 74 // __shim_type_info
76 __shim_type_info::~__shim_type_info()
80 void __shim_type_info::noop1() const {}
81 void __shim_type_info::noop2() const {}
180 __fundamental_type_info::can_catch(const __shim_type_info* thrown_type,
187 __array_type_info::can_catch(const __shim_type_info*, void*&) const
197 __function_type_info::can_catch(const __shim_type_info*, void*&) const
208 __enum_type_info::can_catch(const __shim_type_info* thrown_type,
221 __class_type_info::can_catch(const __shim_type_info* thrown_type
    [all...]
private_typeinfo.h 20 class _LIBCXXABI_TYPE_VIS __shim_type_info : public std::type_info { class in namespace:__cxxabiv1
22 _LIBCXXABI_HIDDEN virtual ~__shim_type_info();
26 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *thrown_type,
30 class _LIBCXXABI_TYPE_VIS __fundamental_type_info : public __shim_type_info {
33 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
37 class _LIBCXXABI_TYPE_VIS __array_type_info : public __shim_type_info {
40 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
44 class _LIBCXXABI_TYPE_VIS __function_type_info : public __shim_type_info {
47 _LIBCXXABI_HIDDEN virtual bool can_catch(const __shim_type_info *,
51 class _LIBCXXABI_TYPE_VIS __enum_type_info : public __shim_type_info {
    [all...]

Completed in 282 milliseconds