Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp9653 ExprResult LastIteration64 = widenIterationCount( in checkOpenMPLoop() local
9662 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9686 if (LastIteration64.isUsable()) in checkOpenMPLoop()
9687 LastIteration64 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9688 CurScope, Loc, BO_Mul, LastIteration64.get(), in checkOpenMPLoop()
9697 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop()
9705 LastIteration64.get(), SemaRef)))) in checkOpenMPLoop()