/ndk/sources/cxx-stl/gabi++/src/ |
si_class_type_info.cc | 45 return __base_type->walk_to(base_type, adjustedPtr, info);
|
dynamic_cast.cc | 134 return walk_object(object, ti->__base_type, match_object, 154 walk_object(subobject, ti->__base_info[i].__base_type, 232 base_to_derived_cast(object, ti->__base_type, context); 250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type,
|
cxxabi_defines.h | 92 const __class_type_info *__base_type; member in struct:__cxxabiv1::__base_class_type_info 171 const __class_type_info *__base_type; member in class:__cxxabiv1::__si_class_type_info
|
vmi_class_type_info.cc | 49 const __class_type_info* cur_base_type = __base_info[i].__base_type;
|
/external/compiler-rt/lib/ubsan/ |
ubsan_type_hash_itanium.cc | 47 const __class_type_info *__base_type; member in class:__cxxabiv1::__si_class_type_info 52 const __class_type_info *__base_type; member in class:__cxxabiv1::__base_class_type_info 123 return isDerivedFromAtOffset(SI->__base_type, Base, Offset); 143 if (isDerivedFromAtOffset(VTI->base_info[base].__base_type, 160 return findBaseAtOffset(SI->__base_type, Offset); 176 findBaseAtOffset(VTI->base_info[base].__base_type,
|
/abi/cpp/include/ |
cxxabi.h | 91 const __class_type_info *__base_type; member in class:__cxxabiv1::__si_class_type_info 100 const __class_type_info *__base_type; member in struct:__cxxabiv1::__base_class_type_info
|
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/ |
cxxabi.h | 91 const __class_type_info *__base_type; member in class:__cxxabiv1::__si_class_type_info 100 const __class_type_info *__base_type; member in struct:__cxxabiv1::__base_class_type_info
|
/external/clang/test/CodeGenCXX/ |
rtti-layout.cpp | 38 const __class_type_info *__base_type; member in class:__si_class_type_info 43 const __class_type_info *__base_type; member in struct:__base_class_type_info 93 #define CHECK_BASE_INFO_TYPE(type, index, base) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__base_type == &typeid(base)) 115 CHECK(to<__si_class_type_info>(typeid(SI1)).__base_type == &typeid(A)); 119 CHECK(to<__si_class_type_info>(typeid(SI2)).__base_type == &typeid(Empty)); 124 CHECK(to<__si_class_type_info>(typeid(SI3)).__base_type == &typeid(Empty));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable_policy.h | 235 using __base_type = _Node_iterator_base<_Value, __cache>; 236 using __node_type = typename __base_type::__node_type; 250 : __base_type(0) { } 254 : __base_type(__p) { } 286 using __base_type = _Node_iterator_base<_Value, __cache>; 287 using __node_type = typename __base_type::__node_type; 298 : __base_type(0) { } 302 : __base_type(__p) { } 306 : __base_type(__x._M_cur) { } 673 using __base_type = _Insert_base<_Key, _Value, _Alloc, _ExtractKey [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable_policy.h | 235 using __base_type = _Node_iterator_base<_Value, __cache>; 236 using __node_type = typename __base_type::__node_type; 250 : __base_type(0) { } 254 : __base_type(__p) { } 286 using __base_type = _Node_iterator_base<_Value, __cache>; 287 using __node_type = typename __base_type::__node_type; 298 : __base_type(0) { } 302 : __base_type(__p) { } 306 : __base_type(__x._M_cur) { } 673 using __base_type = _Insert_base<_Key, _Value, _Alloc, _ExtractKey [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
hashtable_policy.h | 235 using __base_type = _Node_iterator_base<_Value, __cache>; 236 using __node_type = typename __base_type::__node_type; 250 : __base_type(0) { } 254 : __base_type(__p) { } 286 using __base_type = _Node_iterator_base<_Value, __cache>; 287 using __node_type = typename __base_type::__node_type; 298 : __base_type(0) { } 302 : __base_type(__p) { } 306 : __base_type(__x._M_cur) { } 673 using __base_type = _Insert_base<_Key, _Value, _Alloc, _ExtractKey [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
hashtable_policy.h | 338 using __base_type = _Node_iterator_base<_Value, __cache>; 339 using __node_type = typename __base_type::__node_type; 353 : __base_type(0) { } 357 : __base_type(__p) { } 389 using __base_type = _Node_iterator_base<_Value, __cache>; 390 using __node_type = typename __base_type::__node_type; 401 : __base_type(0) { } 405 : __base_type(__p) { } 409 : __base_type(__x._M_cur) { } 802 using __base_type = _Insert_base<_Key, _Value, _Alloc, _ExtractKey [all...] |
/abi/cpp/src/ |
dynamic_cast.cc | 134 return walk_object(object, ti->__base_type, match_object, 154 walk_object(subobject, ti->__base_info[i].__base_type, 232 base_to_derived_cast(object, ti->__base_type, context); 250 base_to_derived_cast(subobject, ti->__base_info[i].__base_type,
|
/external/libcxxabi/src/ |
private_typeinfo.h | 150 const __class_type_info* __base_type; member in class:__cxxabiv1::__si_class_type_info 165 const __class_type_info* __base_type; member in struct:__cxxabiv1::__base_class_type_info
|
private_typeinfo.cpp | 300 __base_type->has_unambiguous_public_base(info, adjustedPtr, path_below); 318 __base_type->has_unambiguous_public_base( [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
private_typeinfo.h | 150 const __class_type_info* __base_type; member in class:__cxxabiv1::__si_class_type_info 165 const __class_type_info* __base_type; member in struct:__cxxabiv1::__base_class_type_info
|
private_typeinfo.cpp | 296 __base_type->has_unambiguous_public_base(info, adjustedPtr, path_below); 314 __base_type->has_unambiguous_public_base( [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cxxabi.h | 357 const __class_type_info* __base_type; // Base class type. member in class:__cxxabiv1::__base_class_type_info 488 const __class_type_info* __base_type; member in class:__cxxabiv1::__si_class_type_info 492 : __class_type_info(__n), __base_type(__base) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
cxxabi.h | 357 const __class_type_info* __base_type; // Base class type. member in class:__cxxabiv1::__base_class_type_info 488 const __class_type_info* __base_type; member in class:__cxxabiv1::__si_class_type_info 492 : __class_type_info(__n), __base_type(__base) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cxxabi.h | 357 const __class_type_info* __base_type; // Base class type. member in class:__cxxabiv1::__base_class_type_info 488 const __class_type_info* __base_type; member in class:__cxxabiv1::__si_class_type_info 492 : __class_type_info(__n), __base_type(__base) { }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
cxxabi.h | 362 const __class_type_info* __base_type; // Base class type. member in class:__cxxabiv1::__base_class_type_info 493 const __class_type_info* __base_type; member in class:__cxxabiv1::__si_class_type_info 497 : __class_type_info(__n), __base_type(__base) { }
|