Lines Matching refs:deref_error
652 Status deref_error; in GetValueForVariableExpressionPath() local
654 valobj_sp = valobj_sp->GetSyntheticValue()->Dereference(deref_error); in GetValueForVariableExpressionPath()
655 if (!valobj_sp || deref_error.Fail()) { in GetValueForVariableExpressionPath()
657 "Failed to dereference reference type: %s", deref_error); in GetValueForVariableExpressionPath()
662 valobj_sp = valobj_sp->Dereference(deref_error); in GetValueForVariableExpressionPath()
663 if (!valobj_sp || deref_error.Fail()) { in GetValueForVariableExpressionPath()
665 "Failed to dereference sythetic value: {0}", deref_error); in GetValueForVariableExpressionPath()
798 Status deref_error; in GetValueForVariableExpressionPath() local
799 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in GetValueForVariableExpressionPath()
800 if (!temp || deref_error.Fail()) { in GetValueForVariableExpressionPath()
996 Status deref_error; in GetValueForVariableExpressionPath() local
997 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in GetValueForVariableExpressionPath()
998 if (!temp || deref_error.Fail()) { in GetValueForVariableExpressionPath()