Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp345 Status tmp_error; in GetValuesForVariableExpressionPath() local
347 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
348 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()
363 Status tmp_error; in GetValuesForVariableExpressionPath() local
365 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
366 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()