Home
last modified time | relevance | path

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

/external/tcpdump/tests/
Dmsnlb2.out1 [|MS NLB]
2 [|MS NLB]
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
DTESTLIST136 # MS NLB tests
/external/clang/test/CodeGenObjC/
Dnonlazy-msgSend.m3 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]
8 // CHECK: attributes [[NLB]] = { nonlazybind }
Dobjc-literal-debugger-test.m53 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]]
55 // CHECK: attributes [[NLB]] = { nonlazybind }
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 }
/external/llvm/test/CodeGen/Thumb/
Dldm-stm-base-materialization.ll14 ; CHECK: adds r[[NLB:[0-9]]], r[[LB]], #4
15 ; CHECK-NEXT: ldm r[[NLB]],
/external/clang/include/clang/AST/
DStmtOpenMP.h413 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() argument
416 *std::next(child_begin(), NextLowerBoundOffset) = NLB; in setNextLowerBound()
460 Expr *NLB; member
495 NLB = nullptr; in clear()
/external/clang/lib/AST/
DStmt.cpp1689 Dir->setNextLowerBound(Exprs.NLB); in Create()
1735 Dir->setNextLowerBound(Exprs.NLB); in Create()
1890 Dir->setNextLowerBound(Exprs.NLB); in Create()
1934 Dir->setNextLowerBound(Exprs.NLB); in Create()
/external/tcpdump/
DCHANGES52 Add MS NLB heartbeat printer.
/external/clang/lib/Sema/
DSemaOpenMP.cpp2972 Built.NLB = NextLB.get(); in CheckOpenMPLoop()