Searched refs:final_value (Results 1 – 1 of 1) sorted by relevance
2017 ValueObjectSP final_value = ret_val->Dereference(error); in GetValueForExpressionPath() local2018 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()2028 return final_value; in GetValueForExpressionPath()2034 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValueForExpressionPath() local2035 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()2045 return final_value; in GetValueForExpressionPath()