Lines Matching refs:ISC
1608 OpenMPIterationSpaceChecker ISC(SemaRef, For->getForLoc());1612 if (ISC.CheckInit(Init)) {1619 auto Var = ISC.GetLoopVar();1679 HasErrors |= ISC.CheckCond(For->getCond());1682 HasErrors |= ISC.CheckInc(For->getInc());1684 if (ISC.Dependent())