Searched refs:deref_error (Results 1 – 1 of 1) sorted by relevance
652 Status deref_error; in GetValueForVariableExpressionPath() local654 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() local799 ValueObjectSP temp(valobj_sp->Dereference(deref_error)); in GetValueForVariableExpressionPath()800 if (!temp || deref_error.Fail()) { in GetValueForVariableExpressionPath()[all …]