Home
last modified time | relevance | path

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

/minix3/external/bsd/tcpdump/dist/tests/
H A Dmsnlb2.out1 [|MS NLB]
2 [|MS NLB]
H A Dmsnlb.out1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82
2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
H A DTESTLIST155 # MS NLB tests
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dnonlazy-msgSend.m3 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]
8 // CHECK: attributes [[NLB]] = { nonlazybind }
H A Dobjc-literal-debugger-test.m53 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]
55 // CHECK: attributes [[NLB]] = { nonlazybind }
H A Darc.m12 // 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 Dldm-stm-base-materialization.ll14 ; CHECK: adds r[[NLB:[0-9]]], r[[LB]], #4
15 ; CHECK-NEXT: ldm r[[NLB]],
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h391 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() argument
394 *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 DStmt.cpp1551 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 DCHANGES101 Add MS NLB heartbeat printer.
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2929 Built.NLB = NextLB.get(); in CheckOpenMPLoop()