| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/ |
| H A D | OrcV2CBindingsLazy.c | 19 int handleError(LLVMErrorRef Err) { in handleError() function 118 MainResult = handleError(Err); in main() 132 MainResult = handleError(Err); in main() 140 MainResult = handleError(Err); in main() 147 MainResult = handleError(Err); in main() 153 MainResult = handleError(Err); in main() 160 MainResult = handleError(Err); in main() 166 MainResult = handleError(Err); in main() 182 MainResult = handleError(Err); in main() 208 MainResult = handleError(Err); in main() [all …]
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
| H A D | OrcV2CBindingsVeryLazy.c | 21 int handleError(LLVMErrorRef Err) { in handleError() function 132 MainResult = handleError(Err); in Materialize() 137 MainResult = handleError(Err); in Materialize() 147 MainResult = handleError(Err); in Materialize() 182 MainResult = handleError(Err); in main() 196 MainResult = handleError(Err); in main() 202 MainResult = handleError(Err); in main() 240 MainResult = handleError(Err); in main() 264 MainResult = handleError(Err); in main() 289 int NewFailureResult = handleError(Err); in main()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
| H A D | OrcV2CBindingsRemovableCode.c | 18 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()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
| H A D | OrcV2CBindingsBasicUsage.c | 18 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()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
| H A D | OrcV2CBindingsReflectProcessSymbols.c | 19 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()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsDumpObjects/ |
| H A D | OrcV2CBindingsDumpObjects.c | 27 int handleError(LLVMErrorRef Err) { in handleError() function 77 MainResult = handleError(Err); in main() 98 MainResult = handleError(Err); in main() 108 MainResult = handleError(Err); in main() 126 int NewFailureResult = handleError(Err); in main()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
| H A D | OrcV2CBindingsAddObjectFile.c | 19 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()
|
| /llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
| H A D | OrcV2CBindingsIRTransforms.c | 28 int handleError(LLVMErrorRef Err) { in handleError() function 86 MainResult = handleError(Err); in main() 108 MainResult = handleError(Err); in main() 118 MainResult = handleError(Err); in main() 136 int NewFailureResult = handleError(Err); in main()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringResultConsumer.h | 30 virtual void handleError(llvm::Error Err) = 0; 43 handleError(llvm::make_error<llvm::StringError>( in defaultResultHandler()
|
| H A D | RefactoringActionRules.h | 58 Consumer.handleError(Changes.takeError()); in invoke() 80 Consumer.handleError(Occurrences.takeError()); in invoke()
|
| H A D | RefactoringActionRulesInternal.h | 56 return Consumer.handleError(std::move(Err)); in invokeRuleAfterValidatingRequirements() 62 return Consumer.handleError(Rule.takeError()); in invokeRuleAfterValidatingRequirements()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | fallible_iterator.h | 128 handleError(std::move(Err)); 144 handleError(std::move(Err)); 204 void handleError(Error Err) { in handleError() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | VectorBuilder.h | 53 void handleError(const char *ErrorMsg) const; 56 handleError(ErrorMsg); in returnWithError()
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | RemarkParser.cpp | 120 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function 155 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringActionRulesTest.cpp | 40 void handleError(llvm::Error Err) override { Result = std::move(Err); } in createReplacements() function in __anon70325ece0111::createReplacements::Consumer 181 void handleError(llvm::Error) override {} in findOccurrences() function in __anon70325ece0111::findOccurrences::Consumer
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 51 return handleError(Expr, LHSResult); in evaluate() 53 return handleError(Expr, unexpectedToken(RemainingExpr, LHSExpr, "")); in evaluate() 61 return handleError(Expr, RHSResult); in evaluate() 63 return handleError(Expr, unexpectedToken(RemainingExpr, RHSExpr, "")); in evaluate() 148 bool handleError(StringRef Expr, const EvalResult &R) const { in handleError() function in llvm::RuntimeDyldCheckerExprEval
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | VectorBuilder.cpp | 24 void VectorBuilder::handleError(const char *ErrorMsg) const { in handleError() function in llvm::VectorBuilder
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceFileWriter.cpp | 423 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 D | ResourceFileWriter.h | 118 Error handleError(Error Err, const RCResource *Res);
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 124 bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0, 127 bool handleError, char *ioMsg = nullptr, std::size_t ioMsgLength = 0,
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 1400 static enum Iostat CheckUnitNumberInRangeImpl(INT unit, bool handleError, in CheckUnitNumberInRangeImpl() argument 1409 if (handleError) { in CheckUnitNumberInRangeImpl() 1433 bool handleError, char *ioMsg, std::size_t ioMsgLength, in IONAME() 1436 unit, handleError, ioMsg, ioMsgLength, sourceFile, sourceLine); in IONAME() 1441 bool handleError, char *ioMsg, std::size_t ioMsgLength, in IONAME() 1444 unit, handleError, ioMsg, ioMsgLength, sourceFile, sourceLine); in IONAME()
|
| /llvm-project-15.0.7/llvm/utils/phabricator/ |
| H A D | 0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch | 10 #0 PhutilErrorHandler::handleError(integer, string, string, integer)
|
| /llvm-project-15.0.7/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 129 void handleError(llvm::Error Err) override { handleResult(std::move(Err)); } in handleError() function in clang::refactor::__anon1349ee980111::TestRefactoringResultConsumer
|
| H A D | ClangRefactor.cpp | 318 void handleError(llvm::Error Err) override { in handleError() function in __anonc4972ed60111::ClangRefactorConsumer
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 1786 handleError(); 1837 handleError(); 1889 handleError(); 1940 handleError(); 2000 handleError(); 2062 handleError(); 2127 handleError(); 2179 handleError();
|