Searched refs:getNumHandlers (Results 1 – 18 of 18) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCleanup.h | 193 unsigned getNumHandlers() const { in getNumHandlers() function 202 assert(I < getNumHandlers()); in setHandler() 208 assert(I < getNumHandlers()); in setHandler() 214 assert(I < getNumHandlers()); in getHandler() 223 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I) in clearHandlerBlocks() 229 iterator end() const { return getHandlers() + getNumHandlers(); } in end() 523 static_cast<const EHCatchScope *>(get())->getNumHandlers()); 579 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
|
D | CGException.cpp | 543 unsigned NumHandlers = S.getNumHandlers(); in EnterCXXTryStmt() 594 if (catchScope.getNumHandlers() == 1 && in getEHDispatchBlock() 811 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { in EmitLandingPad() 887 unsigned NumHandlers = CatchScope.getNumHandlers(); in emitCatchPadBlock() 926 if (catchScope.getNumHandlers() == 1 && in emitCatchDispatchBlock() 943 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { in emitCatchDispatchBlock() 1002 unsigned NumHandlers = S.getNumHandlers(); in ExitCXXTryStmt() 1004 assert(CatchScope.getNumHandlers() == NumHandlers); in ExitCXXTryStmt()
|
D | CodeGenPGO.cpp | 509 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
D | CoverageMappingGen.cpp | 826 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I) in VisitCXXTryStmt()
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 103 unsigned getNumHandlers() const { return NumHandlers; } in getNumHandlers() function 116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children()
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 332 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) { in BuildScopeInformation()
|
D | TreeTransform.h | 6793 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) { in TransformCXXTryStmt()
|
D | SemaDeclCXX.cpp | 12920 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) { in DiagnoseReturnInConstructorExceptionHandler()
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 324 assert(CatchSwitch->getNumHandlers() == 1 && in calculateSEHStateNumbers()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1350 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(), in removeUnwindEdge()
|
D | InlineFunction.cpp | 350 CatchSwitch->getNumHandlers(), CatchSwitch->getName(), in HandleInlinedEHPad()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1147 Record.push_back(S->getNumHandlers()); in VisitCXXTryStmt() 1150 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
D | ASTReaderStmt.cpp | 1191 assert(Record[Idx] == S->getNumHandlers() && "NumStmtFields is wrong ?"); in VisitCXXTryStmt() 1195 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i) in VisitCXXTryStmt()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 532 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) { in VisitCXXTryStmt()
|
D | ASTImporter.cpp | 4883 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers()); in VisitCXXTryStmt() 4884 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) { in VisitCXXTryStmt()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 3903 unsigned getNumHandlers() const {
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 2014 unsigned NumHandlers = CatchSwitch.getNumHandlers(); in WriteInstruction()
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3303 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) { in VisitCXXTryStmt()
|