Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/
H A DOrcV2CBindingsRemovableCode.c18 int handleError(LLVMErrorRef Err) { in handleError() function
87 MainResult = handleError(Err); in main()
105 MainResult = handleError(Err); in main()
116 MainResult = handleError(Err); in main()
132 MainResult = handleError(Err); in main()
145 handleError(Err); in main()
165 int NewFailureResult = handleError(Err); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/
H A DOrcV2CBindingsBasicUsage.c18 int handleError(LLVMErrorRef Err) { in handleError() function
87 MainResult = handleError(Err); in main()
103 MainResult = handleError(Err); in main()
113 MainResult = handleError(Err); in main()
133 int NewFailureResult = handleError(Err); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/
H A DOrcV2CBindingsReflectProcessSymbols.c19 int handleError(LLVMErrorRef Err) { in handleError() function
132 MainResult = handleError(Err); in main()
151 MainResult = handleError(Err); in main()
170 MainResult = handleError(Err); in main()
180 MainResult = handleError(Err); in main()
209 int NewFailureResult = handleError(Err); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c19 int handleError(LLVMErrorRef Err) { in handleError() function
73 MainResult = handleError(Err); in main()
117 MainResult = handleError(Err); in main()
127 MainResult = handleError(Err); in main()
147 int NewFailureResult = handleError(Err); in main()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp50 return handleError(Expr, LHSResult); in evaluate()
52 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate()
60 return handleError(Expr, RHSResult); in evaluate()
62 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, "")); in evaluate()
147 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp423 Error ResourceFileWriter::handleError(Error Err, const RCResource *Res) { in handleError() function in llvm::rc::ResourceFileWriter
445 return handleError(visitIconOrCursorResource(Res), Res); in visitCursorResource()
453 return handleError(visitIconOrCursorResource(Res), Res); in visitIconResource()
559 RETURN_IF_ERROR(handleError(writeIdentifier(ResType), Res)); in writeResource()
560 RETURN_IF_ERROR(handleError(writeIdentifier(Res->ResName), Res)); in writeResource()
564 RETURN_IF_ERROR(handleError(Res->applyStmts(this), Res)); in writeResource()
575 RETURN_IF_ERROR(handleError((this->*BodyWriter)(Res), Res)); in writeResource()
H A DResourceFileWriter.h118 Error handleError(Error Err, const RCResource *Res);
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp129 void handleError(llvm::Error Err) override { handleResult(std::move(Err)); } in handleError() function in clang::refactor::__anon00bb63930111::TestRefactoringResultConsumer
H A DClangRefactor.cpp318 void handleError(llvm::Error Err) override { in handleError() function in __anond439ce910111::ClangRefactorConsumer
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1489 handleError();
1540 handleError();
1592 handleError();
1643 handleError();
1703 handleError();
1765 handleError();
1830 handleError();
1882 handleError();