Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1989 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPWorksharingLoop()
2663 EmitOMPHelperVar(*this, cast<DeclRefExpr>(S.getUpperBoundVariable())); in EmitOMPDistributeLoop()
3544 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP, in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntime.cpp4091 cast<VarDecl>(cast<DeclRefExpr>(D.getUpperBoundVariable())->getDecl()); in emitTaskLoopCall()
/external/clang/include/clang/AST/
DStmtOpenMP.h658 Expr *getUpperBoundVariable() const { in getUpperBoundVariable() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2193 Record.AddStmt(D->getUpperBoundVariable()); in VisitOMPLoopDirective()