reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
197 assert(I < getNumHandlers()); 203 assert(I < getNumHandlers()); 209 assert(I < getNumHandlers()); 218 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I) 224 iterator end() const { return getHandlers() + getNumHandlers(); } 523 static_cast<const EHCatchScope *>(get())->getNumHandlers()); 579 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));tools/clang/lib/CodeGen/CGException.cpp
610 if (catchScope.getNumHandlers() == 1 && 833 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) { 909 unsigned NumHandlers = CatchScope.getNumHandlers(); 953 unsigned NumHandlers = CatchScope.getNumHandlers(); 988 if (CatchScope.getNumHandlers() == 1 && 1059 if (catchScope.getNumHandlers() == 1 && 1076 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) { 1137 assert(CatchScope.getNumHandlers() == NumHandlers);