| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 199 unsigned getNumHandlers() const { 208 assert(I < getNumHandlers()); 214 assert(I < getNumHandlers()); 220 assert(I < getNumHandlers()); 229 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I) 235 iterator end() const { return getHandlers() + getNumHandlers(); } 576 static_cast<const EHCatchScope *>(get())->getNumHandlers()); 628 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
|
| H A D | CGException.cpp | 636 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() 691 if (catchScope.getNumHandlers() == 1 && in getEHDispatchBlock() 903 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { in EmitLandingPad() 979 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() 1023 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitWasmCatchPadBlock() 1059 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock() 1130 if (catchScope.getNumHandlers() == 1 && in emitCatchDispatchBlock() 1149 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { in emitCatchDispatchBlock() 1212 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() 1214 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
|
| H A D | CodeGenPGO.cpp | 904 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
| H A D | CoverageMappingGen.cpp | 2083 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 107 unsigned getNumHandlers() const { return NumHandlers; } in getNumHandlers() function 120 return child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children() 124 return const_child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 509 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers() 744 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 416 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation()
|
| H A D | SemaExceptionSpec.cpp | 1563 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow()
|
| H A D | SemaDeclCXX.cpp | 18077 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) { in DiagnoseReturnInConstructorExceptionHandler()
|
| H A D | TreeTransform.h | 8822 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) { in TransformCXXTryStmt()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1644 Record.push_back(S->getNumHandlers()); in VisitCXXTryStmt() 1647 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
| H A D | ASTReaderStmt.cpp | 1681 assert(Record.peekInt() == S->getNumHandlers() && "NumStmtFields is wrong ?"); in VisitCXXTryStmt() 1685 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 742 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
|
| H A D | Local.cpp | 3184 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(), in removeUnwindEdge()
|
| H A D | SimplifyCFG.cpp | 5429 if (CSI->getNumHandlers() == 0) { in simplifyUnreachable()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 667 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) { in VisitCXXTryStmt()
|
| H A D | ASTImporter.cpp | 7107 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers()); in VisitCXXTryStmt() 7108 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) { in VisitCXXTryStmt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 4018 unsigned getNumHandlers() const {
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 4588 for (unsigned I = 0, E = Terminator->getNumHandlers(); I != E; ++I) { in VisitCXXTryStmt()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 3505 return unwrap<CatchSwitchInst>(CatchSwitch)->getNumHandlers(); in LLVMGetNumHandlers()
|
| H A D | Verifier.cpp | 4751 Check(CatchSwitch.getNumHandlers() != 0, in visitCatchSwitchInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3182 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction()
|