Searched refs:NLB (Results  1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/tcpdump/dist/tests/ | 
| H A D | msnlb2.out | 1 [|MS NLB]2 [|MS NLB]
 
 | 
| H A D | msnlb.out | 1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.822 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
 
 | 
| H A D | TESTLIST | 155 # MS NLB tests
 | 
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ | 
| H A D | nonlazy-msgSend.m | 3 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]8 // CHECK: attributes [[NLB]] = { nonlazybind }
 
 | 
| H A D | objc-literal-debugger-test.m | 53 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]55 // CHECK: attributes [[NLB]] = { nonlazybind }
 
 | 
| H A D | arc.m | 12 // ARC-ALIEN: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]23 // ARC-NATIVE: declare i8* @objc_retain(i8*) [[NLB:#[0-9]+]]
 25 // ARC-NATIVE: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB]]
 26 // ARC-NATIVE: declare void @objc_release(i8*) [[NLB]]
 1434 // ARC-ALIEN: attributes [[NLB]] = { nonlazybind }
 1435 // ARC-NATIVE: attributes [[NLB]] = { nonlazybind }
 
 | 
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb/ | 
| H A D | ldm-stm-base-materialization.ll | 14 ; CHECK: adds r[[NLB:[0-9]]], r[[LB]], #415 ; CHECK-NEXT: ldm r[[NLB]],
 
 | 
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ | 
| H A D | StmtOpenMP.h | 391   void setNextLowerBound(Expr *NLB) {  in setNextLowerBound()  argument394     *std::next(child_begin(), NextLowerBoundOffset) = NLB;  in setNextLowerBound()
 436     Expr *NLB;  member
 470       NLB = nullptr;  in clear()
 
 | 
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ | 
| H A D | Stmt.cpp | 1551   Dir->setNextLowerBound(Exprs.NLB);  in Create()1597   Dir->setNextLowerBound(Exprs.NLB);  in Create()
 1752   Dir->setNextLowerBound(Exprs.NLB);  in Create()
 1796   Dir->setNextLowerBound(Exprs.NLB);  in Create()
 
 | 
| /minix3/external/bsd/tcpdump/dist/ | 
| H A D | CHANGES | 101 	Add MS NLB heartbeat printer.
 | 
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ | 
| H A D | SemaOpenMP.cpp | 2929   Built.NLB = NextLB.get();  in CheckOpenMPLoop()
 |