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

  /external/libcxxabi/src/
private_typeinfo.h 75 const void* static_ptr; member in struct:__cxxabiv1::__dynamic_cast_info
81 // pointer to a dst_type which has (static_ptr, static_type) above it
83 // pointer to a dst_type which does not have (static_ptr, static_type) above it
87 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
89 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
93 // (not used if there is a (static_ptr, static_type) above a dst_type).
96 // Number of dst_types below (static_ptr, static_type)
98 // Number of dst_types not below (static_ptr, static_type)
107 // communicates to a dst_type node that (static_ptr, static_type) was found
111 // above it, but it wasn't (static_ptr, static_type
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
private_typeinfo.h 75 const void* static_ptr; member in struct:__cxxabiv1::__dynamic_cast_info
81 // pointer to a dst_type which has (static_ptr, static_type) above it
83 // pointer to a dst_type which does not have (static_ptr, static_type) above it
87 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
89 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
93 // (not used if there is a (static_ptr, static_type) above a dst_type).
96 // Number of dst_types below (static_ptr, static_type)
98 // Number of dst_types not below (static_ptr, static_type)
107 // communicates to a dst_type node that (static_ptr, static_type) was found
111 // above it, but it wasn't (static_ptr, static_type
    [all...]

Completed in 160 milliseconds