Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1271 void setCombinedEnsureUpperBound(Expr *CombEUB) { in setCombinedEnsureUpperBound() argument
1274 Data->getChildren()[CombinedEnsureUpperBoundOffset] = CombEUB; in setCombinedEnsureUpperBound()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9668 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9739 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop()
9741 CombEUB = in checkOpenMPLoop()
9742 SemaRef.ActOnFinishFullExpr(CombEUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
10122 Built.DistCombinedFields.EUB = CombEUB.get(); in checkOpenMPLoop()