Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1987 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPWorksharingLoop()
2661 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getLowerBoundVariable())); in EmitOMPDistributeLoop()
3542 mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP, in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntime.cpp4084 cast<VarDecl>(cast<DeclRefExpr>(D.getLowerBoundVariable())->getDecl()); in emitTaskLoopCall()
/external/clang/include/clang/AST/
DStmtOpenMP.h650 Expr *getLowerBoundVariable() const { in getLowerBoundVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2192 Record.AddStmt(D->getLowerBoundVariable()); in VisitOMPLoopDirective()