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

References

lib/Support/Error.cpp
  155 void LLVMConsumeError(LLVMErrorRef Err) { consumeError(unwrap(Err)); }
  158   std::string Tmp = toString(unwrap(Err));
unittests/Support/ErrorTest.cpp
  839   EXPECT_THAT_ERROR(unwrap(wrap(Error::success())), Succeeded())
  841   EXPECT_THAT_ERROR(unwrap(wrap(make_error<CustomError>(0))),
  857     unwrap(wrap(joinErrors(make_error<CustomSubError>(42, 7),