Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9860 ExprResult LastIteration32 = in checkOpenMPLoop() local
9877 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
9893 if (LastIteration32.isUsable()) in checkOpenMPLoop()
9894 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
9895 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
9914 (LastIteration32.isUsable() && in checkOpenMPLoop()
9915 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
9919 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
9921 LastIteration = LastIteration32; in checkOpenMPLoop()