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

References

include/llvm/Support/ErrorOr.h
   79     new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
   83     new (getErrorStorage()) std::error_code(EC);
  185       new (getErrorStorage()) std::error_code(Other.getError());
  217       new (getErrorStorage()) std::error_code(Other.getError());
  258     return const_cast<ErrorOr<T> *>(this)->getErrorStorage();