Searched refs:static_type (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/cxx/cxxabi/
H A Dprivate_typeinfo.cpp266 // to a static_type
278 if (is_equal(this, info->static_type, false))
287 if (is_equal(this, info->static_type, false))
319 if (is_equal(this, info->static_type, false))
543 // static_ptr: pointer to an object of type static_type; nonnull, and since the
546 // static_type: static type of the object pointed to by static_ptr.
552 // -2: static_type is not a public base of dst_type
553 // -3: static_type is a multiple public base type but never a
555 // otherwise, the static_type type is a unique public nonvirtual
562 // static_type i
617 __dynamic_cast(const void *static_ptr, const __class_type_info *static_type, const __class_type_info *dst_type, std::ptrdiff_t src2dst_offset) argument
[all...]
H A Dprivate_typeinfo.h74 const __class_type_info* static_type; member in struct:__cxxabiv1::__dynamic_cast_info
79 // pointer to a dst_type which has (static_ptr, static_type) above it
81 // pointer to a dst_type which does not have (static_ptr, static_type) above it
85 // access of path from dst_ptr_leading_to_static_ptr to (static_ptr, static_type)
87 // access of path from (dynamic_ptr, dynamic_type) to (static_ptr, static_type)
91 // (not used if there is a (static_ptr, static_type) above a dst_type).
94 // Number of dst_types below (static_ptr, static_type)
96 // Number of dst_types not below (static_ptr, static_type)
105 // communicates to a dst_type node that (static_ptr, static_type) was found
108 // communicates to a dst_type node that a static_type wa
[all...]
/barrelfish-master/lib/cxx/include/
H A Dprivate_typeinfo.h81 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 wa
[all...]

Completed in 38 milliseconds