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

References

include/llvm/Support/Error.h
  463     new (getErrorStorage()) error_type(Err.takePayload());
  520       getErrorStorage()->~error_type();
  556     return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
  604       new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
  604       new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));