Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1273 void setCombinedEnsureUpperBound(Expr *CombEUB) { in setCombinedEnsureUpperBound() argument
1276 Data->getChildren()[CombinedEnsureUpperBoundOffset] = CombEUB; in setCombinedEnsureUpperBound()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9899 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9970 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop()
9972 CombEUB = in checkOpenMPLoop()
9973 SemaRef.ActOnFinishFullExpr(CombEUB.get(), /*DiscardedValue=*/false); in checkOpenMPLoop()
10351 Built.DistCombinedFields.EUB = CombEUB.get(); in checkOpenMPLoop()