reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Core/Value.cpp
  215       if (error_ptr)
  216         error_ptr->Clear();
  227       if (error_ptr)
  228         error_ptr->Clear();
  234   if (error_ptr && error_ptr->Success())
  234   if (error_ptr && error_ptr->Success())
  235     error_ptr->SetErrorString("Unable to determine byte size.");