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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DVariable.cpp341 Error tmp_error; local
342 ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->Dereference(tmp_error));
343 if (tmp_error.Fail())
375 Error tmp_error; local
376 ValueObjectSP valobj_sp (valobj_list.GetValueObjectAtIndex(i)->AddressOf(tmp_error));
377 if (tmp_error.Fail())

Completed in 69 milliseconds