/external/libcxxabi/src/ |
private_typeinfo.h | 202 const __shim_type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cxxabi.h | 264 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info 269 : std::type_info(__n), __flags(__quals), __pointee(__type)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cxxabi.h | 264 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info 269 : std::type_info(__n), __flags(__quals), __pointee(__type)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cxxabi.h | 264 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info 269 : std::type_info(__n), __flags(__quals), __pointee(__type)
|
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 155 const std::type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 269 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info 274 : std::type_info(__n), __flags(__quals), __pointee(__type)
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 269 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info 274 : std::type_info(__n), __flags(__quals), __pointee(__type)
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
private_typeinfo.h | 212 const __shim_type_info* __pointee; member in class:__cxxabiv1::__pbase_type_info
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 269 const std::type_info* __pointee; // Type of pointed to object. member in class:__cxxabiv1::__pbase_type_info 274 : std::type_info(__n), __flags(__quals), __pointee(__type)
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/ |
private_typeinfo.h | 202 const __shim_type_info *__pointee; member in class:__cxxabiv1::__pbase_type_info
|
/external/clang/test/CodeGenCXX/ |
rtti-layout.cpp | 23 const std::type_info *__pointee; member in class:__pbase_type_info 181 CHECK(to<__pbase_type_info>(typeid(B::a)).__pointee == to<__pbase_type_info>(typeid(B::b)).__pointee); 183 CHECK(to<__pbase_type_info>(typeid(B::c)).__pointee == to<__pbase_type_info>(typeid(B::d)).__pointee);
|
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/ |
cxxabi_defines.h | 212 const __shim_type_info* __pointee; member in class:__cxxabiv1::__pbase_type_info
|
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/ |
cxxabi_defines.h | 212 const __shim_type_info* __pointee; member in class:__cxxabiv1::__pbase_type_info
|