Home
last modified time | relevance | path

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

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