/llvm-project/mlir/docs/ |
H A D | Diagnostics.md | 218 Scoped Diagnostic HandlerDiagnostic Infrastructure""Common Diagnostic Handlers global() argument 242 SourceMgr Diagnostic HandlerDiagnostic Infrastructure""Common Diagnostic Handlers global() argument 305 SourceMgr Diagnostic Verifier HandlerDiagnostic Infrastructure""Common Diagnostic Handlers global() argument 374 Parallel Diagnostic HandlerDiagnostic Infrastructure""Common Diagnostic Handlers global() argument
|
H A D | ActionTracing.md | 148 Debug CountersAction: Tracing and Debugging MLIR-based Compilers""MLIR-provided Handlers global() argument 212 ExecutionContextAction: Tracing and Debugging MLIR-based Compilers""MLIR-provided Handlers global() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | BugReportInterestingnessTest.cpp | 35 CallDescriptionMap<HandlerFn> Handlers = { member in __anon06e55f050111::InterestingnessTestChecker
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 977 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() argument 938 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload,HandlerT && Handler,HandlerTs &&...Handlers) handleErrorImpl() argument 1029 handleExpected(Expected<T> ValOrErr,RecoveryFtor && RecoveryPath,HandlerTs &&...Handlers) handleExpected() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ClangdLSPServer.h | 272 LSPBinder::RawHandlers Handlers; global() variable
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 160 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local [all...] |
H A D | CGException.cpp | 1229 SmallVector<EHCatchScope::Handler, 8> Handlers( ExitCXXTryStmt() local
|
H A D | CGExpr.cpp | 3570 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName); EmitCheck() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 192 SmallVector<std::unique_ptr<AsmPrinterHandler>, 2> Handlers; global() variable
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 157 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry() argument 386 SmallVector<const CatchPadInst *, 2> Handlers; calculateCXXStateNumbers() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2677 StmtVector Handlers; ParseCXXTryBlockCommon() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 922 LLVMBasicBlockRef *Handlers = static_cast<LLVMBasicBlockRef*>( CloneInstruction() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4187 ActOnCXXTryBlock(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) ActOnCXXTryBlock() argument
|
H A D | TreeTransform.h | 2566 RebuildCXXTryStmt(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) RebuildCXXTryStmt() argument 8812 SmallVector<Stmt *, 8> Handlers; TransformCXXTryStmt() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5559 SmallVector<BasicBlock *, 2> Handlers; parseFunctionBody() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3437 LLVMGetHandlers(LLVMValueRef CatchSwitch,LLVMBasicBlockRef * Handlers) LLVMGetHandlers() argument
|