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

/external/clang/lib/CodeGen/
H A DCGCleanup.h178 unsigned getNumHandlers() const { function in class:clang::CodeGen::EHCatchScope
187 assert(I < getNumHandlers());
193 assert(I < getNumHandlers());
202 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
208 iterator end() const { return getHandlers() + getNumHandlers(); }
471 static_cast<const EHCatchScope*>(get())->getNumHandlers());
524 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
H A DCGException.cpp590 unsigned NumHandlers = S.getNumHandlers();
636 if (catchScope.getNumHandlers() == 1 &&
787 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
1114 if (catchScope.getNumHandlers() == 1 &&
1131 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) {
1188 unsigned NumHandlers = S.getNumHandlers();
1190 assert(CatchScope.getNumHandlers() == NumHandlers);
H A DCodeGenPGO.cpp677 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/clang/lib/Sema/
H A DJumpDiagnostics.cpp328 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) {
H A DTreeTransform.h6149 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) {
H A DSemaDeclCXX.cpp12264 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) {
/external/clang/lib/AST/
H A DStmtPrinter.cpp529 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1150 assert(Record[Idx] == S->getNumHandlers() && "NumStmtFields is wrong ?");
1154 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
H A DASTWriterStmt.cpp1098 Record.push_back(S->getNumHandlers());
1101 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
/external/clang/lib/Analysis/
H A DCFG.cpp3159 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) {

Completed in 256 milliseconds