Home
last modified time | relevance | path

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

/external/lldb/source/Symbol/
DVariable.cpp341 Error tmp_error; in GetValuesForVariableExpressionPath() local
342 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
343 if (tmp_error.Fail()) in GetValuesForVariableExpressionPath()
375 Error tmp_error; in GetValuesForVariableExpressionPath() local
376 … ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
377 if (tmp_error.Fail()) in GetValuesForVariableExpressionPath()