Home
last modified time | relevance | path

Searched refs:LastIteration64 (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp3730 ExprResult LastIteration64 = WidenIterationCount( in CheckOpenMPLoop() local
3737 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in CheckOpenMPLoop()
3758 if (LastIteration64.isUsable()) in CheckOpenMPLoop()
3759 LastIteration64 = SemaRef.BuildBinOp( in CheckOpenMPLoop()
3760 CurScope, SourceLocation(), BO_Mul, LastIteration64.get(), in CheckOpenMPLoop()
3768 ExprResult LastIteration = LastIteration64; in CheckOpenMPLoop()
3775 LastIteration64.get(), SemaRef))) in CheckOpenMPLoop()