Home
last modified time | relevance | path

Searched refs:getPrevUpperBoundVariable (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h714 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2709 LValue PrevUB = CGF.EmitLValue(LS.getPrevUpperBoundVariable()); in emitDistributeParallelForInnerBounds()
2717 PrevUB, LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
2719 PrevUBVal, LS.getPrevUpperBoundVariable()->getType(), in emitDistributeParallelForInnerBounds()
2721 LS.getPrevUpperBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h1010 Expr *getPrevUpperBoundVariable() const { in getPrevUpperBoundVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2202 Record.AddStmt(D->getPrevUpperBoundVariable()); in VisitOMPLoopDirective()