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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 3637 Expr *NextUB = nullptr;
3643 Expr *NextUB = nullptr)
3646 NextUB(NextUB) {}
CGStmtOpenMP.cpp 2682 EmitIgnoredExpr(LoopArgs.NextUB);
2802 OuterLoopArgs.NextUB = S.getNextUpperBound();
2861 OuterLoopArgs.NextUB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 9305 ExprResult NextLB, NextUB, CombNextLB, CombNextUB;
9321 NextUB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, UB.get(), ST.get());
9322 if (!NextUB.isUsable())
9325 NextUB =
9326 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, UB.get(), NextUB.get());
9327 NextUB =
9328 SemaRef.ActOnFinishFullExpr(NextUB.get(), /*DiscardedValue*/ false);
9329 if (!NextUB.isUsable())
9548 Built.NUB = NextUB.get();

Completed in 67 milliseconds