Home
last modified time | relevance | path

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

/abi/cpp/src/
Ddynamic_cast.cc92 const void * const ambiguous_object = variable
157 if (walk_subobject_result == ambiguous_object) in walk_object()
158 return ambiguous_object; in walk_object()
166 return ambiguous_object; in walk_object()
216 context->result = ambiguous_object; in base_to_derived_cast()
254 if (context->result == ambiguous_object) in base_to_derived_cast()
322 if (t_object != ambiguous_object && src2dst_offset >= 0) in __dynamic_cast()
329 if (t_object != ambiguous_object) in __dynamic_cast()
335 if (context.result != NULL && context.result != ambiguous_object) in __dynamic_cast()
348 if (t_object == ambiguous_object) in __dynamic_cast()