Home
last modified time | relevance | path

Searched refs:type (Results 1 – 2 of 2) sorted by relevance

/abi/cpp/src/
Ddynamic_cast.cc116 const abi::__class_type_info *type, in walk_object() argument
120 if (*type == *match_type) in walk_object()
123 switch(type->code()) in walk_object()
133 static_cast<const abi::__si_class_type_info*>(type); in walk_object()
142 static_cast<const abi::__vmi_class_type_info*>(type); in walk_object()
201 const abi::__class_type_info *type, in base_to_derived_cast() argument
205 bool is_dst_type = *type == *context->dst_type; in base_to_derived_cast()
211 && *type == *context->src_type) in base_to_derived_cast()
221 switch(type->code()) in base_to_derived_cast()
231 static_cast<const abi::__si_class_type_info*>(type); in base_to_derived_cast()
[all …]
/abi/cpp/include/
Dtypeinfo59 // Return name of type.
70 // Mangled name of type.