Searched refs:CombEUB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1288 void setCombinedEnsureUpperBound(Expr *CombEUB) { in setCombinedEnsureUpperBound() argument 1291 Data->getChildren()[CombinedEnsureUpperBoundOffset] = CombEUB; in setCombinedEnsureUpperBound()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9811 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9882 CombEUB = SemaRef.BuildBinOp(CurScope, InitLoc, BO_Assign, CombUB.get(), in checkOpenMPLoop() 9884 CombEUB = in checkOpenMPLoop() 9885 SemaRef.ActOnFinishFullExpr(CombEUB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 10263 Built.DistCombinedFields.EUB = CombEUB.get(); in checkOpenMPLoop()
|