/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Pragma.h | 99 llvm::StringMap<std::unique_ptr<PragmaHandler>> Handlers; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 931 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 D | CGObjCRuntime.cpp | 160 SmallVector<CatchHandler, 8> Handlers; in EmitTryCatchStmt() local [all...] |
H A D | CGException.cpp | 1228 SmallVector<EHCatchScope::Handler, 8> Handlers( ExitCXXTryStmt() local
|
H A D | CGExpr.cpp | 3570 llvm::BasicBlock *Handlers = createBasicBlock("handler." + CheckName); EmitCheck() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 156 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 D | AsmPrinter.h | 207 std::vector<HandlerInfo> Handlers; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2668 StmtVector Handlers; ParseCXXTryBlockCommon() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4485 ActOnCXXTryBlock(SourceLocation TryLoc,Stmt * TryBlock,ArrayRef<Stmt * > Handlers) ActOnCXXTryBlock() argument
|
H A D | TreeTransform.h | 2539 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 D | BitcodeReader.cpp | 5381 SmallVector<BasicBlock *, 2> Handlers; parseFunctionBody() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3295 LLVMGetHandlers(LLVMValueRef CatchSwitch,LLVMBasicBlockRef * Handlers) LLVMGetHandlers() argument
|