Home
last modified time | relevance | path

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

/abi/cpp/src/
Ddynamic_cast.cc202 cast_context* context) in base_to_derived_cast() argument
204 const void* saved_dst_object = context->dst_object; in base_to_derived_cast()
205 bool is_dst_type = *type == *context->dst_type; in base_to_derived_cast()
207 context->dst_object = object; in base_to_derived_cast()
209 if (object == context->object in base_to_derived_cast()
210 && context->dst_object != NULL in base_to_derived_cast()
211 && *type == *context->src_type) in base_to_derived_cast()
213 if (context->result == NULL) in base_to_derived_cast()
214 context->result = context->dst_object; in base_to_derived_cast()
215 else if (context->result != context->dst_object) in base_to_derived_cast()
[all …]