Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp7404 ExprResult LastIteration32 = in checkOpenMPLoop() local
7421 if (!LastIteration32.isUsable() || !LastIteration64.isUsable()) in checkOpenMPLoop()
7437 if (LastIteration32.isUsable()) in checkOpenMPLoop()
7438 LastIteration32 = SemaRef.BuildBinOp( in checkOpenMPLoop()
7439 CurScope, Loc, BO_Mul, LastIteration32.get(), in checkOpenMPLoop()
7458 (LastIteration32.isUsable() && in checkOpenMPLoop()
7459 C.getTypeSize(LastIteration32.get()->getType()) == 32 && in checkOpenMPLoop()
7463 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop()
7465 LastIteration = LastIteration32; in checkOpenMPLoop()