| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 187 unsigned getNumHandlers() const { in getNumHandlers() function 196 assert(I < getNumHandlers()); in setHandler() 202 assert(I < getNumHandlers()); in setHandler() 208 assert(I < getNumHandlers()); in getHandler() 217 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I) in clearHandlerBlocks() 223 iterator end() const { return getHandlers() + getNumHandlers(); } in end() 512 static_cast<const EHCatchScope *>(get())->getNumHandlers()); 564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
|
| H A D | CGException.cpp | 618 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() 673 if (catchScope.getNumHandlers() == 1 && in getEHDispatchBlock() 885 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { in EmitLandingPad() 961 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() 1005 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitWasmCatchPadBlock() 1040 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock() 1111 if (catchScope.getNumHandlers() == 1 && in emitCatchDispatchBlock() 1128 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { in emitCatchDispatchBlock() 1187 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() 1189 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
|
| H A D | CodeGenPGO.cpp | 688 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
| H A D | CoverageMappingGen.cpp | 1441 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 106 unsigned getNumHandlers() const { return NumHandlers; } in getNumHandlers() function 119 return child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children() 123 return const_child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers() 595 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 425 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation()
|
| H A D | SemaExceptionSpec.cpp | 1569 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow()
|
| H A D | TreeTransform.h | 8369 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) { in TransformCXXTryStmt()
|
| H A D | SemaDeclCXX.cpp | 17626 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) { in DiagnoseReturnInConstructorExceptionHandler()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1533 Record.push_back(S->getNumHandlers()); in VisitCXXTryStmt() 1536 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
| H A D | ASTReaderStmt.cpp | 1645 assert(Record.peekInt() == S->getNumHandlers() && "NumStmtFields is wrong ?"); in VisitCXXTryStmt() 1649 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 741 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
|
| H A D | Local.cpp | 2569 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(), in removeUnwindEdge()
|
| H A D | SimplifyCFG.cpp | 5219 if (CSI->getNumHandlers() == 0) { in simplifyUnreachable()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 659 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) { in VisitCXXTryStmt()
|
| H A D | ASTImporter.cpp | 6756 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers()); in VisitCXXTryStmt() 6757 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) { in VisitCXXTryStmt()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 4394 unsigned getNumHandlers() const {
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 4582 for (unsigned I = 0, E = Terminator->getNumHandlers(); I != E; ++I) { in VisitCXXTryStmt()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 3248 return unwrap<CatchSwitchInst>(CatchSwitch)->getNumHandlers(); in LLVMGetNumHandlers()
|
| H A D | Verifier.cpp | 4442 Check(CatchSwitch.getNumHandlers() != 0, in visitCatchSwitchInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 3044 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction()
|