Searched refs:final_value (Results 1 – 1 of 1) sorted by relevance
2186 ValueObjectSP final_value = ret_val->Dereference(error); in GetValueForExpressionPath() local2187 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()2197 return final_value; in GetValueForExpressionPath()2203 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValueForExpressionPath() local2204 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()2214 return final_value; in GetValueForExpressionPath()