Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DVariable.cpp342 Status tmp_error; in GetValuesForVariableExpressionPath() local
344 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
345 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()
360 Status tmp_error; in GetValuesForVariableExpressionPath() local
362 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
363 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()