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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp352 Status tmp_error; local
354 valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error));
355 if (tmp_error.Fail()) {
370 Status tmp_error; local
372 valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error));
373 if (tmp_error.Fail()) {

Completed in 153 milliseconds