Home
last modified time | relevance | path

Searched refs:getCombinedUpperBoundVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h911 Expr *getCombinedUpperBoundVariable() const { in getCombinedUpperBoundVariable() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2121 CGF.EmitLValue(cast<DeclRefExpr>(Dir.getCombinedUpperBoundVariable())); in emitDistributeParallelForDistributeInnerBoundParams()
3330 ? S.getCombinedUpperBoundVariable() in EmitOMPDistributeLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp1921 Record.AddStmt(D->getCombinedUpperBoundVariable()); in VisitOMPLoopDirective()