Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/tools/nvptx-arch/
H A DNVPTXArch.cpp78 static int handleError(CUresult Err) { in handleError() function
113 return handleError(Err); in main()
118 return handleError(Err); in main()
124 return handleError(Err); in main()
129 return handleError(Err); in main()
132 return handleError(Err); in main()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringResultConsumer.h30 virtual void handleError(llvm::Error Err) = 0;
43 handleError(llvm::make_error<llvm::StringError>( in defaultResultHandler()
H A DRefactoringActionRules.h58 Consumer.handleError(Changes.takeError()); in invoke()
80 Consumer.handleError(Occurrences.takeError()); in invoke()
H A DRefactoringActionRulesInternal.h56 return Consumer.handleError(std::move(Err)); in invokeRuleAfterValidatingRequirements()
62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h128 handleError(std::move(Err));
144 handleError(std::move(Err));
204 void handleError(Error Err) { in handleError() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h53 void handleError(const char *ErrorMsg) const;
56 handleError(ErrorMsg); in returnWithError()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function
156 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVectorBuilder.cpp24 void VectorBuilder::handleError(const char *ErrorMsg) const { in handleError() function in llvm::VectorBuilder
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp71 return handleError(Expr, LHSResult); in evaluate()
73 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate()
81 return handleError(Expr, RHSResult); in evaluate()
83 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, "")); in evaluate()
168 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval