Home
last modified time | relevance | path

Searched refs:final_value (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp2260 ValueObjectSP final_value = DereferenceValueOrAlternate( in GetValueForExpressionPath() local
2262 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()
2272 return final_value; in GetValueForExpressionPath()
2278 ValueObjectSP final_value = ret_val->AddressOf(error); in GetValueForExpressionPath() local
2279 if (error.Fail() || !final_value.get()) { in GetValueForExpressionPath()
2289 return final_value; in GetValueForExpressionPath()