Home
last modified time | relevance | path

Searched defs:handleError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h204 void handleError(Error Err) { in handleError() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp24 void VectorBuilder::handleError(const char *ErrorMsg) const { in handleError() function in llvm::VectorBuilder
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSwift.cpp125 void SemaSwift::handleError(Decl *D, const ParsedAttr &AL) { in handleError() function in clang::SemaSwift
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp168 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval