Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp5022 ExprResult LastIteration64 = WidenIterationCount( in CheckOpenMPLoop() local
5029 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in CheckOpenMPLoop()
5050 if (LastIteration64.isUsable()) in CheckOpenMPLoop()
5051 LastIteration64 = SemaRef.BuildBinOp( in CheckOpenMPLoop()
5052 CurScope, SourceLocation(), BO_Mul, LastIteration64.get(), in CheckOpenMPLoop()
5060 ExprResult LastIteration = LastIteration64; in CheckOpenMPLoop()
5067 LastIteration64.get(), SemaRef))) in CheckOpenMPLoop()