Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp311 Dir->setNextLowerBound(Exprs.NLB); in Create()
378 Dir->setNextLowerBound(Exprs.NLB); in Create()
508 Dir->setNextLowerBound(Exprs.NLB); in Create()
553 Dir->setNextLowerBound(Exprs.NLB); in Create()
846 Dir->setNextLowerBound(Exprs.NLB); in Create()
950 Dir->setNextLowerBound(Exprs.NLB); in Create()
995 Dir->setNextLowerBound(Exprs.NLB); in Create()
1038 Dir->setNextLowerBound(Exprs.NLB); in Create()
1083 Dir->setNextLowerBound(Exprs.NLB); in Create()
1127 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h720 Expr *NLB; member
763 Expr *NLB; member
832 NLB = nullptr; in clear()
863 DistCombinedFields.NLB = nullptr; in clear()
1137 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() argument
1142 Data->getChildren()[NextLowerBoundOffset] = NLB; in setNextLowerBound()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9547 Built.NLB = NextLB.get(); in checkOpenMPLoop()
9558 Built.DistCombinedFields.NLB = CombNextLB.get(); in checkOpenMPLoop()