/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 188 unsigned getNumHandlers() const { in getNumHandlers() function 197 assert(I < getNumHandlers()); in setHandler() 203 assert(I < getNumHandlers()); in setHandler() 209 assert(I < getNumHandlers()); in getHandler() 218 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I) in clearHandlerBlocks() 224 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 | 612 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() 667 if (catchScope.getNumHandlers() == 1 && in getEHDispatchBlock() 879 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { in EmitLandingPad() 955 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() 999 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitWasmCatchPadBlock() 1034 if (CatchScope.getNumHandlers() == 1 && in emitWasmCatchPadBlock() 1105 if (catchScope.getNumHandlers() == 1 && in emitCatchDispatchBlock() 1122 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { in emitCatchDispatchBlock() 1181 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() 1183 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
|
H A D | CodeGenPGO.cpp | 679 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
H A D | CoverageMappingGen.cpp | 1420 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 373 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers() 596 assert(CatchSwitch->getNumHandlers()); in calculateClrEHStateNumbers()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 419 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation()
|
H A D | SemaExceptionSpec.cpp | 1549 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1); in canThrow()
|
H A D | TreeTransform.h | 8130 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) { in TransformCXXTryStmt()
|
H A D | SemaDeclCXX.cpp | 16954 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) { in DiagnoseReturnInConstructorExceptionHandler()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1526 Record.push_back(S->getNumHandlers()); in VisitCXXTryStmt() 1529 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
H A D | ASTReaderStmt.cpp | 1644 assert(Record.peekInt() == S->getNumHandlers() && "NumStmtFields is wrong ?"); in VisitCXXTryStmt() 1648 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 750 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
|
H A D | Local.cpp | 2413 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(), in removeUnwindEdge()
|
H A D | SimplifyCFG.cpp | 4793 if (CSI->getNumHandlers() == 0) { in simplifyUnreachable()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 582 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) { in VisitCXXTryStmt()
|
H A D | ASTImporter.cpp | 6380 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers()); in VisitCXXTryStmt() 6381 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) { in VisitCXXTryStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instructions.h | 4288 unsigned getNumHandlers() const {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 3289 return unwrap<CatchSwitchInst>(CatchSwitch)->getNumHandlers(); in LLVMGetNumHandlers()
|
H A D | Verifier.cpp | 4266 Assert(CatchSwitch.getNumHandlers() != 0, in visitCatchSwitchInst()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 4304 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) { in VisitCXXTryStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 2950 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in writeInstruction()
|