HomeSort by: relevance | last modified time | path
    Searched refs:NextLB (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 3635 Expr *NextLB = nullptr;
3642 Expr *Cond = nullptr, Expr *NextLB = nullptr,
3645 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
CGStmtOpenMP.cpp 2681 EmitIgnoredExpr(LoopArgs.NextLB);
2801 OuterLoopArgs.NextLB = S.getNextLowerBound();
2858 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 9305 ExprResult NextLB, NextUB, CombNextLB, CombNextUB;
9310 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get());
9311 if (!NextLB.isUsable())
9314 NextLB =
9315 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get());
9316 NextLB =
9317 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false);
9318 if (!NextLB.isUsable())
9334 if (!NextLB.isUsable())
9547 Built.NLB = NextLB.get()
    [all...]

Completed in 41 milliseconds