Searched refs:getNumHandlers (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.h189 unsigned getNumHandlers() const { function in class:clang::CodeGen::EHCatchScope
198 assert(I < getNumHandlers());
204 assert(I < getNumHandlers());
210 assert(I < getNumHandlers());
219 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
225 iterator end() const { return getHandlers() + getNumHandlers(); }
525 static_cast<const EHCatchScope *>(get())->getNumHandlers());
581 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
H A DCGException.cpp543 unsigned NumHandlers = S.getNumHandlers();
594 if (catchScope.getNumHandlers() == 1 &&
813 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
889 unsigned NumHandlers = CatchScope.getNumHandlers();
928 if (catchScope.getNumHandlers() == 1 &&
945 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) {
1004 unsigned NumHandlers = S.getNumHandlers();
1006 assert(CatchScope.getNumHandlers() == NumHandlers);
H A DCodeGenPGO.cpp515 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I)
H A DCoverageMappingGen.cpp874 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I)
/external/clang/include/clang/AST/
H A DStmtCXX.h103 unsigned getNumHandlers() const { return NumHandlers; } function in class:clang::CXXTryStmt
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp340 assert(CatchSwitch->getNumHandlers() == 1 &&
563 assert(CatchSwitch->getNumHandlers());
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp370 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) {
H A DSemaDeclCXX.cpp13136 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) {
H A DTreeTransform.h6897 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp533 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
H A DASTImporter.cpp5181 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers());
5182 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) {
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp651 CatchSwitch->getNumHandlers(), CatchSwitch->getName(),
H A DLocal.cpp1529 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(),
H A DSimplifyCFG.cpp3827 if (CSI->getNumHandlers() == 0) {
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1159 Record.push_back(S->getNumHandlers());
1162 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
H A DASTReaderStmt.cpp1198 assert(Record[Idx] == S->getNumHandlers() && "NumStmtFields is wrong ?");
1202 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
/external/clang/lib/Analysis/
H A DCFG.cpp3330 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) {
/external/llvm/include/llvm/IR/
H A DInstructions.h4014 /// getNumHandlers - return the number of 'handlers' in this catchswitch
4016 unsigned getNumHandlers() const { function in class:llvm::CatchSwitchInst
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2499 unsigned NumHandlers = CatchSwitch.getNumHandlers();
/external/llvm/lib/IR/
H A DVerifier.cpp3529 Assert(CatchSwitch.getNumHandlers() != 0,

Completed in 676 milliseconds