Lines Matching refs:EndI
720 auto EndI = std::prev(Stack.rend()); in getTopDSA() local
721 if (FromParent && StartI != EndI) { in getTopDSA()
739 auto EndI = std::prev(Stack.rend()); in getImplicitDSA() local
740 if (FromParent && StartI != EndI) { in getImplicitDSA()
753 auto EndI = Stack.rend(); in hasDSA() local
754 if (FromParent && StartI != EndI) { in hasDSA()
757 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDSA()
773 auto EndI = Stack.rend(); in hasInnermostDSA() local
774 if (FromParent && StartI != EndI) { in hasInnermostDSA()
777 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasInnermostDSA()
795 auto EndI = Stack.end(); in hasExplicitDSA() local
796 if (std::distance(StartI, EndI) <= (int)Level) in hasExplicitDSA()
809 auto EndI = Stack.end(); in hasExplicitDirective() local
810 if (std::distance(StartI, EndI) <= (int)Level) in hasExplicitDirective()
825 auto EndI = std::prev(Stack.rend()); in hasDirective() local
826 if (FromParent && StartI != EndI) { in hasDirective()
829 for (auto I = StartI, EE = EndI; I != EE; ++I) { in hasDirective()