Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp3166 ExprResult LastIteration64 = WidenIterationCount( in CheckOpenMPLoop() local
3173 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in CheckOpenMPLoop()
3194 if (LastIteration64.isUsable()) in CheckOpenMPLoop()
3195 LastIteration64 = SemaRef.BuildBinOp( in CheckOpenMPLoop()
3196 CurScope, SourceLocation(), BO_Mul, LastIteration64.get(), in CheckOpenMPLoop()
3204 ExprResult LastIteration = LastIteration64; in CheckOpenMPLoop()
3211 LastIteration64.get(), SemaRef))) in CheckOpenMPLoop()