Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp355 Dir->setNextLowerBound(Exprs.NLB); in Create()
531 Dir->setNextLowerBound(Exprs.NLB); in Create()
678 Dir->setNextLowerBound(Exprs.NLB); in Create()
723 Dir->setNextLowerBound(Exprs.NLB); in Create()
1072 Dir->setNextLowerBound(Exprs.NLB); in Create()
1176 Dir->setNextLowerBound(Exprs.NLB); in Create()
1221 Dir->setNextLowerBound(Exprs.NLB); in Create()
1264 Dir->setNextLowerBound(Exprs.NLB); in Create()
1309 Dir->setNextLowerBound(Exprs.NLB); in Create()
1354 Dir->setNextLowerBound(Exprs.NLB); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h725 Expr *NLB; member
768 Expr *NLB; member
837 NLB = nullptr; in clear()
868 DistCombinedFields.NLB = nullptr; in clear()
1219 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() argument
1225 Data->getChildren()[NextLowerBoundOffset] = NLB; in setNextLowerBound()
/freebsd/contrib/tcpdump/
H A DCHANGES907 Add MS NLB heartbeat printer.
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10343 Built.NLB = NextLB.get(); in checkOpenMPLoop()
10354 Built.DistCombinedFields.NLB = CombNextLB.get(); in checkOpenMPLoop()