Home
last modified time | relevance | path

Searched defs:Handlers (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h938 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 DCGObjCRuntime.cpp160 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local
H A DCGException.cpp1229 SmallVector<EHCatchScope::Handler, 8> Handlers( in ExitCXXTryStmt() local
H A DCGExpr.cpp3581 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName); in EmitCheck() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h192 SmallVector<std::unique_ptr<AsmPrinterHandler>, 2> Handlers; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp157 ArrayRef<const CatchPadInst *> Handlers) { in addTryBlockMapEntry()
386 SmallVector<const CatchPadInst *, 2> Handlers; in calculateCXXStateNumbers() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2683 StmtVector Handlers; in ParseCXXTryBlockCommon() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4187 ArrayRef<Stmt *> Handlers) { in ActOnCXXTryBlock()
H A DTreeTransform.h2566 ArrayRef<Stmt *> Handlers) { in RebuildCXXTryStmt()
8821 SmallVector<Stmt *, 8> Handlers; in TransformCXXTryStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5558 SmallVector<BasicBlock *, 2> Handlers; in parseFunctionBody() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3508 void LLVMGetHandlers(LLVMValueRef CatchSwitch, LLVMBasicBlockRef *Handlers) { in LLVMGetHandlers()