Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5227 ExprResult LastIteration64 = widenIterationCount( in checkOpenMPLoop() local
5236 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
5260 if (LastIteration64.isUsable()) in checkOpenMPLoop()
5261 LastIteration64 = SemaRef.BuildBinOp( in checkOpenMPLoop()
5262 CurScope, Loc, BO_Mul, LastIteration64.get(), in checkOpenMPLoop()
5271 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop()
5279 LastIteration64.get(), SemaRef)))) in checkOpenMPLoop()