Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9008 ExprResult LastIteration32 = in checkOpenMPLoop() local
9025 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9041 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9042 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9043 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9062 (LastIteration32.isUsable() && in checkOpenMPLoop()
9063 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9067 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9069 LastIteration = LastIteration32; in checkOpenMPLoop()