Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4757 Expr *OrderedLoopCountExpr, in checkOpenMPIterationSpace() argument
4770 if (CollapseLoopCountExpr && OrderedLoopCountExpr) in checkOpenMPIterationSpace()
4774 << OrderedLoopCountExpr->getSourceRange(); in checkOpenMPIterationSpace()
4780 SemaRef.Diag(OrderedLoopCountExpr->getExprLoc(), in checkOpenMPIterationSpace()
4782 << 1 << OrderedLoopCountExpr->getSourceRange(); in checkOpenMPIterationSpace()
5111 Expr *OrderedLoopCountExpr, Stmt *AStmt, Sema &SemaRef, in checkOpenMPLoop() argument
5123 if (OrderedLoopCountExpr) { in checkOpenMPLoop()
5129 SemaRef.Diag(OrderedLoopCountExpr->getExprLoc(), in checkOpenMPLoop()
5131 << OrderedLoopCountExpr->getSourceRange(); in checkOpenMPLoop()
5149 OrderedLoopCountExpr, VarsWithImplicitDSA, IterSpaces[Cnt], in checkOpenMPLoop()
[all …]