| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 189 unsigned getNumHandlers() const { in getNumHandlers() function 198 assert(I < getNumHandlers()); in setHandler() 204 assert(I < getNumHandlers()); in setHandler() 210 assert(I < getNumHandlers()); in getHandler() 219 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I) in clearHandlerBlocks() 225 iterator end() const { return getHandlers() + getNumHandlers(); } in end() 524 static_cast<const EHCatchScope *>(get())->getNumHandlers()); 580 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
|
| H A D | CGException.cpp | 562 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() 613 if (catchScope.getNumHandlers() == 1 && in getEHDispatchBlock() 836 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { in EmitLandingPad() 912 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() 956 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitWasmCatchPadBlock() 991 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock() 1062 if (catchScope.getNumHandlers() == 1 && in emitCatchDispatchBlock() 1079 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { in emitCatchDispatchBlock() 1138 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() 1140 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
|
| H A D | CodeGenPGO.cpp | 661 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
| H A D | CoverageMappingGen.cpp | 1217 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 103 unsigned getNumHandlers() const { return NumHandlers; } in getNumHandlers() function 116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 350 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers() 573 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 384 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation()
|
| H A D | TreeTransform.h | 7427 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) { in TransformCXXTryStmt()
|
| H A D | SemaDeclCXX.cpp | 14706 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) { in DiagnoseReturnInConstructorExceptionHandler()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1268 Record.push_back(S->getNumHandlers()); in VisitCXXTryStmt() 1271 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
| H A D | ASTReaderStmt.cpp | 1314 assert(Record.peekInt() == S->getNumHandlers() && "NumStmtFields is wrong ?"); in VisitCXXTryStmt() 1318 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 734 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
|
| H A D | Local.cpp | 2177 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(), in removeUnwindEdge()
|
| H A D | SimplifyCFG.cpp | 4229 if (CSI->getNumHandlers() == 0) { in SimplifyUnreachable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 572 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) { in VisitCXXTryStmt()
|
| H A D | ASTImporter.cpp | 5905 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers()); in VisitCXXTryStmt() 5906 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) { in VisitCXXTryStmt()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 3995 unsigned getNumHandlers() const {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 4073 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) { in VisitCXXTryStmt()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Verifier.cpp | 3850 Assert(CatchSwitch.getNumHandlers() != 0, in visitCatchSwitchInst()
|
| H A D | Core.cpp | 3098 return unwrap<CatchSwitchInst>(CatchSwitch)->getNumHandlers(); in LLVMGetNumHandlers()
|
| /freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2770 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction()
|