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

  /external/libcxxabi/src/
private_typeinfo.h 80 const void* static_ptr; 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
116 // above it, but it wasn't (static_ptr, static_type
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
private_typeinfo.h 80 const void* static_ptr; 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
116 // above it, but it wasn't (static_ptr, static_type
    [all...]

Completed in 560 milliseconds