/external/libcxxabi/src/ |
private_typeinfo.cpp | 276 // to a static_type 288 if (is_equal(this, info->static_type, false)) 297 if (is_equal(this, info->static_type, false)) 329 if (is_equal(this, info->static_type, false)) 523 // static_ptr: pointer to an object of type static_type; nonnull, and since the 526 // static_type: static type of the object pointed to by static_ptr. 532 // -2: static_type is not a public base of dst_type 533 // -3: static_type is a multiple public base type but never a 535 // otherwise, the static_type type is a unique public nonvirtual 542 // static_type is guaranteed to be a polymorphic type [all...] |
private_typeinfo.h | 81 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info 86 // pointer to a dst_type which has (static_ptr, static_type) above it 88 // pointer to a dst_type which does not have (static_ptr, static_type) above it 92 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type) 94 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type) 98 // (not used if there is a (static_ptr, static_type) above a dst_type). 101 // Number of dst_types below (static_ptr, static_type) 103 // Number of dst_types not below (static_ptr, static_type) 112 // communicates to a dst_type node that (static_ptr, static_type) was found 115 // communicates to a dst_type node that a static_type was foun [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
private_typeinfo.cpp | 272 // to a static_type 284 if (is_equal(this, info->static_type, false)) 293 if (is_equal(this, info->static_type, false)) 325 if (is_equal(this, info->static_type, false)) 416 // static_ptr: pointer to an object of type static_type; nonnull, and since the 419 // static_type: static type of the object pointed to by static_ptr. 425 // -2: static_type is not a public base of dst_type 426 // -3: static_type is a multiple public base type but never a 428 // otherwise, the static_type type is a unique public nonvirtual 435 // static_type is guaranteed to be a polymorphic type [all...] |
private_typeinfo.h | 81 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info 86 // pointer to a dst_type which has (static_ptr, static_type) above it 88 // pointer to a dst_type which does not have (static_ptr, static_type) above it 92 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type) 94 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type) 98 // (not used if there is a (static_ptr, static_type) above a dst_type). 101 // Number of dst_types below (static_ptr, static_type) 103 // Number of dst_types not below (static_ptr, static_type) 112 // communicates to a dst_type node that (static_ptr, static_type) was found 115 // communicates to a dst_type node that a static_type was foun [all...] |
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 147 int static_type; /* A static member function */ member in struct:work_stuff 1175 s3 = work->static_type; [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
cplus-dem.c | 129 int static_type; /* A static member function */ member in struct:work_stuff 1171 s3 = work->static_type; [all...] |
/prebuilts/clang/host/linux-x86/3.8/lib/ |
libc++.so | |
/prebuilts/clang/linux-x86/host/3.6/lib/ |
libc++.so | |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib64/ |
libiberty.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib64/ |
libiberty.a | [all...] |