Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp351 Status tmp_error; in GetValuesForVariableExpressionPath() local
353 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
354 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()
369 Status tmp_error; in GetValuesForVariableExpressionPath() local
371 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
372 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()