Searched defs:Handlers (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 938 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl() 977 void handleAllErrors(Error E, HandlerTs &&... Handlers) { in handleAllErrors() 1029 Expected<T> handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, in handleExpected()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCRuntime.cpp | 160 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local
|
H A D | CGException.cpp | 1229 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt() local
|
H A D | CGExpr.cpp | 3581 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName); in EmitCheck() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 192 SmallVector<std::unique_ptr<AsmPrinterHandler>, 2> Handlers; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 157 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry() 386 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2683 StmtVector Handlers; in ParseCXXTryBlockCommon() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4187 ArrayRef<Stmt *> Handlers) { in ActOnCXXTryBlock()
|
H A D | TreeTransform.h | 2566 ArrayRef<Stmt *> Handlers) { in RebuildCXXTryStmt() 8821 SmallVector<Stmt *, 8> Handlers; in TransformCXXTryStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5558 SmallVector<BasicBlock *, 2> Handlers; in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3508 void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef *Handlers) { in LLVMGetHandlers()
|