Lines Matching refs:EndI
1689 const_iterator EndI = end(); in getTopDSA() local
1690 if (FromParent && I != EndI) in getTopDSA()
1692 if (I != EndI) { in getTopDSA()
1739 const_iterator EndI = end(); in getTopDSA() local
1740 if (FromParent && I != EndI) in getTopDSA()
1742 if (I == EndI) in getTopDSA()
1767 const_iterator EndI = end(); in getImplicitDSA() local
1768 if (FromParent && StartI != EndI) in getImplicitDSA()
1791 const_iterator EndI = end(); in hasDSA() local
1792 if (FromParent && I != EndI) in hasDSA()
1794 for (; I != EndI; ++I) { in hasDSA()
1814 const_iterator EndI = end(); in hasInnermostDSA() local
1815 if (FromParent && StartI != EndI) in hasInnermostDSA()
1817 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()