Searched refs:ChildNode (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/acpica/dist/namespace/
H A Dnswalk.c59 * ChildNode - Previous child that was found.
74 ACPI_NAMESPACE_NODE *ChildNode)
79 if (!ChildNode)
88 return (ChildNode->Peer);
99 * ChildNode - Previous child that was found.
115 ACPI_NAMESPACE_NODE *ChildNode)
123 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode);
202 ACPI_NAMESPACE_NODE *ChildNode; local
226 ChildNode = AcpiNsGetNextNode (ParentNode, NULL);
235 while (Level > 0 && ChildNode)
72 AcpiNsGetNextNode( ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *ChildNode) argument
112 AcpiNsGetNextNodeTyped( ACPI_OBJECT_TYPE Type, ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *ChildNode) argument
[all...]
H A Dnsalloc.c262 ACPI_NAMESPACE_NODE *ChildNode; local
294 ChildNode = ParentNode->Child;
296 if (!ChildNode)
304 while (ChildNode->Peer)
306 ChildNode = ChildNode->Peer;
309 ChildNode->Peer = Node;
402 ACPI_NAMESPACE_NODE *ChildNode = NULL; local
431 ChildNode = AcpiNsGetNextNode (ParentNode, ChildNode);
500 ACPI_NAMESPACE_NODE *ChildNode; local
[all...]
H A Dnsxfobj.c218 ACPI_NAMESPACE_NODE *ChildNode = NULL; local
252 ChildNode = AcpiNsValidateHandle (Child);
253 if (!ChildNode)
262 Node = AcpiNsGetNextNodeTyped (Type, ParentNode, ChildNode);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp50 ContextTrieNode &ChildNode = It.second; local
51 if (ChildNode.CallSiteLoc != CallSite)
53 FunctionSamples *Samples = ChildNode.getFunctionSamples();
57 ChildNodeRet = &ChildNode;
96 ContextTrieNode *ChildNode = &It.second; local
97 ChildNode->setParentContext(Node);
98 NodeToUpdate.push(ChildNode);
228 ContextTrieNode &ChildNode = It.second; local
229 if (ChildNode.getCallSiteLoc() != CallSite)
231 if (FunctionSamples *CalleeSamples = ChildNode
399 ContextTrieNode *ChildNode = &It.second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp1715 syntax::Tree *ChildNode;
1720 ChildNode = new (allocator()) syntax::ExpressionStatement;
1722 Pending.foldChildren(Arena, getStmtRange(Child), ChildNode);
1724 ChildNode = Mapping.find(Child);
1726 assert(ChildNode != nullptr);
1727 setRole(ChildNode, Role);
1735 syntax::Tree *ChildNode = Mapping.find(Child); local
1736 assert(ChildNode != nullptr);
1737 setRole(ChildNode, Role);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp578 /// ChildNode - The index of the first child node or 0.
579 unsigned ChildNode = 0; member in struct:__anon296::TemplateDiff::DiffTree::DiffNode
750 if (Node.ChildNode == 0) {
752 Node.ChildNode = NextFreeNode;
757 for (i = Node.ChildNode; FlatTree[i].NextNode != 0;
885 return FlatTree[ReadNode].ChildNode != 0;
890 ReadNode = FlatTree[ReadNode].ChildNode;

Completed in 283 milliseconds