Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h414 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() argument
417 *std::next(child_begin(), NextLowerBoundOffset) = NLB; in setNextLowerBound()
460 Expr *NLB; member
495 NLB = nullptr; in clear()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp1719 Dir->setNextLowerBound(Exprs.NLB); in Create()
1766 Dir->setNextLowerBound(Exprs.NLB); in Create()
1922 Dir->setNextLowerBound(Exprs.NLB); in Create()
1967 Dir->setNextLowerBound(Exprs.NLB); in Create()
/NextBSD/contrib/tcpdump/
HDCHANGES107 Add MS NLB heartbeat printer.
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp3464 Built.NLB = NextLB.get(); in CheckOpenMPLoop()