Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp343 Status tmp_error; in GetValuesForVariableExpressionPath() local
345 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error)); in GetValuesForVariableExpressionPath()
346 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()
361 Status tmp_error; in GetValuesForVariableExpressionPath() local
363 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error)); in GetValuesForVariableExpressionPath()
364 if (tmp_error.Fail()) { in GetValuesForVariableExpressionPath()