Searched refs:result (Results 1 – 1 of 1) sorted by relevance
145 const void* result = NULL; in walk_object() local161 if (result == NULL) in walk_object()163 result = walk_subobject_result; in walk_object()165 else if (result != walk_subobject_result) in walk_object()169 return result; in walk_object()188 const void* result; member193 dst_object(NULL), result(NULL) in cast_context()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 …]