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

/external/libcxxabi/src/
H A Dprivate_typeinfo.cpp567 // (dynamic_ptr, dynamic_type) are the run time type of the complete object
572 // (dynamic_ptr, dynamic_type) is the root of a DAG that grows upward. Each
586 // There is at least one path from the root (dynamic_ptr, dynamic_type) to
592 // there is only one node with dynamic_type. And if dynamic_type == dst_type,
601 // dynamic_type != static_type: The compiler computes the dynamic_cast in this case too.
608 // (dynamic_ptr, dynamic_type) to (static_ptr, static_type) and a public
609 // path from (dynamic_ptr, dynamic_type) to the one dst_type, then return
612 // if there is a public path from (dynamic_ptr, dynamic_type) to
613 // (static_ptr, static_type) and a public path from (dynamic_ptr, dynamic_type)
635 const __class_type_info* dynamic_type = static_cast<const __class_type_info*>(vtable[-1]); local
[all...]

Completed in 110 milliseconds