| /openbsd-src/gnu/llvm/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 …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsRemovableCode/ |
| H A D | OrcV2CBindingsRemovableCode.c | 18 int handleError(LLVMErrorRef Err) { in handleError() function 90 MainResult = handleError(Err); in main() 108 MainResult = handleError(Err); in main() 119 MainResult = handleError(Err); in main() 135 MainResult = handleError(Err); in main() 148 handleError(Err); in main() 168 int NewFailureResult = handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/clang/tools/nvptx-arch/ |
| H A D | NVPTXArch.cpp | 72 static int handleError(CUresult Err) { in handleError() function 92 return handleError(Err); in main() 97 return handleError(Err); in main() 103 return handleError(Err); in main() 108 return handleError(Err); in main() 111 return handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/ |
| H A D | OrcV2CBindingsBasicUsage.c | 18 int handleError(LLVMErrorRef Err) { in handleError() function 90 MainResult = handleError(Err); in main() 106 MainResult = handleError(Err); in main() 116 MainResult = handleError(Err); in main() 136 int NewFailureResult = handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsReflectProcessSymbols/ |
| H A D | OrcV2CBindingsReflectProcessSymbols.c | 19 int handleError(LLVMErrorRef Err) { in handleError() function 135 MainResult = handleError(Err); in main() 154 MainResult = handleError(Err); in main() 173 MainResult = handleError(Err); in main() 183 MainResult = handleError(Err); in main() 212 int NewFailureResult = handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
| H A D | OrcV2CBindingsAddObjectFile.c | 19 int handleError(LLVMErrorRef Err) { in handleError() function 76 MainResult = handleError(Err); in main() 126 MainResult = handleError(Err); in main() 136 MainResult = handleError(Err); in main() 156 int NewFailureResult = handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsIRTransforms/ |
| H A D | OrcV2CBindingsIRTransforms.c | 28 int handleError(LLVMErrorRef Err) { in handleError() function 87 MainResult = handleError(Err); in main() 109 MainResult = handleError(Err); in main() 119 MainResult = handleError(Err); in main() 137 int NewFailureResult = handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsMCJITLikeMemoryManager/ |
| H A D | OrcV2CBindingsMCJITLikeMemoryManager.c | 146 int handleError(LLVMErrorRef Err) { in handleError() function 220 MainResult = handleError(Err); in main() 236 MainResult = handleError(Err); in main() 246 MainResult = handleError(Err); in main() 266 int NewFailureResult = handleError(Err); in main()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | VectorBuilder.h | 53 void handleError(const char *ErrorMsg) const; 56 handleError(ErrorMsg); in returnWithError()
|
| /openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
| H A D | RemarkParser.cpp | 121 void handleError(Error E) { Err.emplace(toString(std::move(E))); } in handleError() function 156 TheCParser.handleError(std::move(E)); in LLVMRemarkParserGetNext()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | sh-stub.c | 1492 void handleError (char theSSR); 1534 handleError ( mySSR ); in getDebugCharReady() 1553 handleError (mySSR); in getDebugChar() 1578 handleError (char theSSR) in handleError() function
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | VectorBuilder.cpp | 24 void VectorBuilder::handleError(const char *ErrorMsg) const { in handleError() function in llvm::VectorBuilder
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/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)
|
| /openbsd-src/gnu/llvm/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 130 void handleError(llvm::Error Err) override { handleResult(std::move(Err)); } in handleError() function in clang::refactor::__anon47fc95df0111::TestRefactoringResultConsumer
|
| H A D | ClangRefactor.cpp | 320 void handleError(llvm::Error Err) override { in handleError() function in __anonf090c3dd0111::ClangRefactorConsumer
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormatStyleOptions.rst | 1987 handleError(); 2038 handleError(); 2090 handleError(); 2141 handleError(); 2201 handleError(); 2263 handleError(); 2328 handleError(); 2380 handleError();
|