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

  /external/libcxxabi/src/
private_typeinfo.cpp 135 // __pointer_type_info
137 __pointer_type_info::~__pointer_type_info()
367 __pointer_type_info::can_catch(const __shim_type_info* thrown_type,
383 const __pointer_type_info* thrown_pointer_type =
384 dynamic_cast<const __pointer_type_info*>(thrown_type);
406 const __pointer_type_info* nested_pointer_type =
407 dynamic_cast<const __pointer_type_info*>(__pointee);
442 bool __pointer_type_info::can_catch_nested(
445 const __pointer_type_info* thrown_pointer_type
    [all...]
private_typeinfo.h 231 class _LIBCXXABI_TYPE_VIS __pointer_type_info : public __pbase_type_info { class in namespace:__cxxabiv1
233 _LIBCXXABI_HIDDEN virtual ~__pointer_type_info();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.cpp 135 // __pointer_type_info
137 __pointer_type_info::~__pointer_type_info()
367 __pointer_type_info::can_catch(const __shim_type_info* thrown_type,
383 const __pointer_type_info* thrown_pointer_type =
384 dynamic_cast<const __pointer_type_info*>(thrown_type);
406 const __pointer_type_info* nested_pointer_type =
407 dynamic_cast<const __pointer_type_info*>(__pointee);
442 bool __pointer_type_info::can_catch_nested(
445 const __pointer_type_info* thrown_pointer_type
    [all...]
private_typeinfo.h 231 class _LIBCXXABI_TYPE_VIS __pointer_type_info : public __pbase_type_info { class in namespace:__cxxabiv1
233 _LIBCXXABI_HIDDEN virtual ~__pointer_type_info();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 302 class __pointer_type_info : public __pbase_type_info class in namespace:__cxxabiv1
306 __pointer_type_info(const char* __n, int __quals, function in class:__cxxabiv1::__pointer_type_info
312 ~__pointer_type_info();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 302 class __pointer_type_info : public __pbase_type_info class in namespace:__cxxabiv1
306 __pointer_type_info(const char* __n, int __quals, function in class:__cxxabiv1::__pointer_type_info
312 ~__pointer_type_info();
  /external/elfutils/tests/
run-strings-test.sh 216 testfile4: 64dc 19__pointer_type_info

Completed in 142 milliseconds