Lines Matching defs:NumHandlers
635 unsigned NumHandlers = S.getNumHandlers();
636 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
638 for (unsigned I = 0; I != NumHandlers; ++I) {
978 unsigned NumHandlers = CatchScope.getNumHandlers();
980 CGF.Builder.CreateCatchSwitch(ParentPad, UnwindBB, NumHandlers);
983 for (unsigned I = 0; I < NumHandlers; ++I) {
1022 unsigned NumHandlers = CatchScope.getNumHandlers();
1024 CGF.Builder.CreateCatchSwitch(ParentPad, UnwindBB, NumHandlers);
1034 for (unsigned I = 0, E = NumHandlers; I < E; ++I) {
1066 for (unsigned I = 0, E = NumHandlers;; ++I) {
1211 unsigned NumHandlers = S.getNumHandlers();
1213 assert(CatchScope.getNumHandlers() == NumHandlers);
1229 CatchScope.begin(), CatchScope.begin() + NumHandlers);
1271 for (unsigned I = NumHandlers; I != 0; --I) {