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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h178 unsigned getNumHandlers() const { function in class:clang::CodeGen::EHCatchScope
187 assert(I < getNumHandlers());
193 assert(I < getNumHandlers());
199 iterator end() const { return getHandlers() + getNumHandlers(); }
462 static_cast<const EHCatchScope*>(get())->getNumHandlers());
515 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
H A DCGException.cpp586 unsigned NumHandlers = S.getNumHandlers();
632 if (catchScope.getNumHandlers() == 1 &&
835 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
1167 if (catchScope.getNumHandlers() == 1 &&
1184 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) {
1241 unsigned NumHandlers = S.getNumHandlers();
1243 assert(CatchScope.getNumHandlers() == NumHandlers);
/freebsd-9.3-release/contrib/llvm/tools/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);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp535 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp351 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) {
H A DTreeTransform.h6049 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) {
H A DSemaDeclCXX.cpp11963 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1103 Record.push_back(S->getNumHandlers());
1106 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
H A DASTReaderStmt.cpp1152 assert(Record[Idx] == S->getNumHandlers() && "NumStmtFields is wrong ?");
1156 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp2900 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) {

Completed in 138 milliseconds