Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPragma.h99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h931 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload,HandlerT && Handler,HandlerTs &&...Handlers) handleErrorImpl() argument
970 handleAllErrors(Error E,HandlerTs &&...Handlers) handleAllErrors() argument
1005 handleExpected(Expected<T> ValOrErr,RecoveryFtor && RecoveryPath,HandlerTs &&...Handlers) handleExpected() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp160 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local
[all...]
H A DCGException.cpp1228 SmallVector<EHCatchScope::Handler, 8> Handlers( ExitCXXTryStmt() local
H A DCGExpr.cpp3570 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName); EmitCheck() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp156 addTryBlockMapEntry(WinEHFuncInfo & FuncInfo,int TryLow,int TryHigh,int CatchHigh,ArrayRef<const CatchPadInst * > Handlers) addTryBlockMapEntry() argument
385 SmallVector<const CatchPadInst *, 2> Handlers; calculateCXXStateNumbers() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h207 std::vector<HandlerInfo> Handlers; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2668 StmtVector Handlers; ParseCXXTryBlockCommon() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4485 ActOnCXXTryBlock(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) ActOnCXXTryBlock() argument
H A DTreeTransform.h2539 RebuildCXXTryStmt(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) RebuildCXXTryStmt() argument
8526 SmallVector<Stmt *, 8> Handlers; TransformCXXTryStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5381 SmallVector<BasicBlock *, 2> Handlers; parseFunctionBody() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3295 LLVMGetHandlers(LLVMValueRef CatchSwitch,LLVMBasicBlockRef * Handlers) LLVMGetHandlers() argument