| /freebsd-12.1/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsalloc.c | 296 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsRemoveNode() local 305 NextNode = ParentNode->Child; in AcpiNsRemoveNode() 309 while (NextNode != Node) in AcpiNsRemoveNode() 311 PrevNode = NextNode; in AcpiNsRemoveNode() 312 NextNode = NextNode->Peer; in AcpiNsRemoveNode() 447 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsDeleteChildren() local 461 NextNode = ParentNode->Child; in AcpiNsDeleteChildren() 462 while (NextNode) in AcpiNsDeleteChildren() 466 if (NextNode->Child) in AcpiNsDeleteChildren() 476 NodeToDelete = NextNode; in AcpiNsDeleteChildren() [all …]
|
| H A D | nswalk.c | 225 ACPI_NAMESPACE_NODE *NextNode = NULL; in AcpiNsGetNextNodeTyped() local 231 NextNode = AcpiNsGetNextNode (ParentNode, ChildNode); in AcpiNsGetNextNodeTyped() 239 return (NextNode); in AcpiNsGetNextNodeTyped() 244 while (NextNode) in AcpiNsGetNextNodeTyped() 248 if (NextNode->Type == Type) in AcpiNsGetNextNodeTyped() 250 return (NextNode); in AcpiNsGetNextNodeTyped() 255 NextNode = NextNode->Peer; in AcpiNsGetNextNodeTyped()
|
| H A D | nsnames.c | 380 ACPI_NAMESPACE_NODE *NextNode; in AcpiNsBuildNormalizedPath() local 409 NextNode = Node; in AcpiNsBuildNormalizedPath() 410 while (NextNode && NextNode != AcpiGbl_RootNode) in AcpiNsBuildNormalizedPath() 412 if (NextNode != Node) in AcpiNsBuildNormalizedPath() 417 ACPI_MOVE_32_TO_32 (Name, &NextNode->Name); in AcpiNsBuildNormalizedPath() 432 NextNode = NextNode->Parent; in AcpiNsBuildNormalizedPath()
|
| /freebsd-12.1/sys/contrib/dev/acpica/components/events/ |
| H A D | evregion.c | 985 ACPI_NAMESPACE_NODE *NextNode; in AcpiEvOrphanEcRegMethod() local 1018 NextNode = AcpiNsGetNextNode (EcDeviceNode, NULL); in AcpiEvOrphanEcRegMethod() 1019 while (NextNode) in AcpiEvOrphanEcRegMethod() 1021 if ((NextNode->Type == ACPI_TYPE_REGION) && in AcpiEvOrphanEcRegMethod() 1022 (NextNode->Object) && in AcpiEvOrphanEcRegMethod() 1023 (NextNode->Object->Region.SpaceId == ACPI_ADR_SPACE_EC)) in AcpiEvOrphanEcRegMethod() 1028 NextNode = AcpiNsGetNextNode (EcDeviceNode, NextNode); in AcpiEvOrphanEcRegMethod()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | aslprintf.c | 258 ACPI_PARSE_OBJECT *NextNode; in OpcParsePrintf() local 340 NextNode = ArgNode->Asl.Next; in OpcParsePrintf() 343 ArgNode = NextNode; in OpcParsePrintf() 350 NextNode = ArgNode->Asl.Next; in OpcParsePrintf() 370 ArgNode = NextNode; in OpcParsePrintf()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineOutliner.cpp | 383 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local 385 unsigned SubstringLen = NextNode->size(); in extend() 394 Active.Node = NextNode; in extend() 403 if (Str[NextNode->StartIdx + Active.Len] == LastChar) { in extend() 431 insertInternalNode(Active.Node, NextNode->StartIdx, in extend() 432 NextNode->StartIdx + Active.Len - 1, FirstChar); in extend() 440 NextNode->StartIdx += Active.Len; in extend() 441 SplitNode->Children[Str[NextNode->StartIdx]] = NextNode; in extend()
|
| /freebsd-12.1/lib/libefivar/ |
| H A D | uefi-dputil.c | 605 EFI_DEVICE_PATH_PROTOCOL *NextNode; in AppendDevicePathNode() local 625 NextNode = NextDevicePathNode (TempDevicePath); in AppendDevicePathNode() 626 SetDevicePathEndNode (NextNode); in AppendDevicePathNode()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1165 if (const ExplodedNode *NextNode = N->getFirstPred()) { in generatePathDiagnosticsForNode() local 1937 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generatePathDiagnosticForConsumer() local 1938 while (NextNode) { in generatePathDiagnosticForConsumer() 1943 auto VisitorNotes = VisitorsDiagnostics.find(NextNode); in generatePathDiagnosticForConsumer() 1944 NextNode = NextNode->getFirstPred(); in generatePathDiagnosticForConsumer() 2547 const ExplodedNode *NextNode = ErrorNode->getFirstPred(); in generateVisitorsDiagnostics() local 2548 while (NextNode) { in generateVisitorsDiagnostics() 2558 const ExplodedNode *Pred = NextNode->getFirstPred(); in generateVisitorsDiagnostics() 2575 auto P = V->VisitNode(NextNode, BRC, *R); in generateVisitorsDiagnostics() 2577 (*Notes)[NextNode].push_back(std::move(P)); in generateVisitorsDiagnostics() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 558 unsigned NextNode = 0; member 740 for (i = Node.ChildNode; FlatTree[i].NextNode != 0; in AddNode() 741 i = FlatTree[i].NextNode) { in AddNode() 743 FlatTree[i].NextNode = NextFreeNode; in AddNode() 879 if (FlatTree[ReadNode].NextNode == 0) in AdvanceSibling() 882 ReadNode = FlatTree[ReadNode].NextNode; in AdvanceSibling() 888 return FlatTree[ReadNode].NextNode != 0; in HasNextSibling()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 1636 QualType NextNode = (Node.*TraverseFunction)(); 1637 if (NextNode.isNull()) 1640 ast_type_traits::DynTypedNode::create(NextNode), Finder, Builder); 1660 TypeLoc NextNode = (Node.*TraverseFunction)(); 1661 if (!NextNode) 1664 ast_type_traits::DynTypedNode::create(NextNode), Finder, Builder);
|
| H A D | ASTMatchers.h | 5869 const NestedNameSpecifier *NextNode = Node.getPrefix(); 5870 if (!NextNode) 5872 return InnerMatcher.matches(*NextNode, Finder, Builder); 5887 NestedNameSpecifierLoc NextNode = Node.getPrefix(); 5888 if (!NextNode) 5890 return InnerMatcher.matches(NextNode, Finder, Builder);
|