/external/llvm-project/llvm/lib/Support/ |
D | SuffixTree.cpp | 127 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local 129 unsigned SubstringLen = NextNode->size(); in extend() 138 Active.Node = NextNode; in extend() 147 if (Str[NextNode->StartIdx + Active.Len] == LastChar) { in extend() 175 insertInternalNode(Active.Node, NextNode->StartIdx, in extend() 176 NextNode->StartIdx + Active.Len - 1, FirstChar); in extend() 184 NextNode->StartIdx += Active.Len; in extend() 185 SplitNode->Children[Str[NextNode->StartIdx]] = NextNode; in extend()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | SemanticSelection.cpp | 94 for (const auto *NextNode = T->getFirstChild(); NextNode; in collectFoldingRanges() local 95 NextNode = NextNode->getNextSibling()) in collectFoldingRanges() 96 Nodes.push(NextNode); in collectFoldingRanges()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | remove_duplicates_pass.cpp | 55 i = i->NextNode(); in RemoveDuplicateCapabilities() 80 i = i->NextNode(); in RemoveDuplicatesExtInstImports() 104 for (auto* i = &*context()->types_values_begin(); i; i = i->NextNode()) { in RemoveDuplicateTypes() 201 i = i->NextNode(); in RemoveDuplicateDecorations()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 199 for (Instruction* i = last_type_value->NextNode(); i != nullptr; in FoldWithInstructionFolder() 200 i = last_type_value->NextNode()) { in FoldWithInstructionFolder() 205 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | remove_duplicates_pass.cpp | 55 i = i->NextNode(); in RemoveDuplicateCapabilities() 80 i = i->NextNode(); in RemoveDuplicatesExtInstImports() 104 for (auto* i = &*context()->types_values_begin(); i; i = i->NextNode()) { in RemoveDuplicateTypes() 201 i = i->NextNode(); in RemoveDuplicateDecorations()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 199 for (Instruction* i = last_type_value->NextNode(); i != nullptr; in FoldWithInstructionFolder() 200 i = last_type_value->NextNode()) { in FoldWithInstructionFolder() 205 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | remove_duplicates_pass.cpp | 55 i = i->NextNode(); in RemoveDuplicateCapabilities() 80 i = i->NextNode(); in RemoveDuplicatesExtInstImports() 104 for (auto* i = &*context()->types_values_begin(); i; i = i->NextNode()) { in RemoveDuplicateTypes() 201 i = i->NextNode(); in RemoveDuplicateDecorations()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 199 for (Instruction* i = last_type_value->NextNode(); i != nullptr; in FoldWithInstructionFolder() 200 i = last_type_value->NextNode()) { in FoldWithInstructionFolder() 205 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | RewriteRuleXxxxStreamFixture.cs | 108 tokenTest.NextNode(); in CheckRRTokenStreamBehaviourWhileEmpty1() 127 subtreeTest.NextNode(); in CheckRRSubtreeStreamBehaviourWhileEmpty1() 145 nodeTest.NextNode(); in CheckRRNodeStreamBehaviourWhileEmpty1() 202 CommonTree tree = (CommonTree) tokenTest.NextNode(); in CheckRRTokenStreamBehaviourWithElements() 268 Assert.AreEqual(tree1, (ITree) subtreeTest.NextNode(), in CheckRRSubtreeStreamBehaviourWithElements() 322 CommonTree returnedTree = (CommonTree) nodeTest.NextNode(); in CheckRRNodeStreamBehaviourWithElements()
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | UnusedParametersCheck.cpp | 43 const T *NextNode) { in removeNode() argument 44 if (NextNode) in removeNode() 46 NextNode->getBeginLoc()); in removeNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 385 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local 387 unsigned SubstringLen = NextNode->size(); in extend() 396 Active.Node = NextNode; in extend() 405 if (Str[NextNode->StartIdx + Active.Len] == LastChar) { in extend() 433 insertInternalNode(Active.Node, NextNode->StartIdx, in extend() 434 NextNode->StartIdx + Active.Len - 1, FirstChar); in extend() 442 NextNode->StartIdx += Active.Len; in extend() 443 SplitNode->Children[Str[NextNode->StartIdx]] = NextNode; in extend()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | AST.stg | 328 adaptor.AddChild(root_<treeLevel>, stream_<label>.NextNode());<\n> 333 adaptor.AddChild(root_<treeLevel>, stream_<label>.NextNode());<\n> 338 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);… 374 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<rule>.NextNode(), root_<treeLevel>);<… 397 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);… 402 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);… 425 stream_<token>.NextNode()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | AST.stg | 330 adaptor.AddChild(root_<treeLevel>, stream_<label>.NextNode());<\n> 335 adaptor.AddChild(root_<treeLevel>, stream_<label>.NextNode());<\n> 340 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);… 376 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<rule>.NextNode(), root_<treeLevel>);<… 399 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);… 404 root_<treeLevel> = (<ASTLabelType>)adaptor.BecomeRoot(stream_<label>.NextNode(), root_<treeLevel>);… 427 stream_<token>.NextNode()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 147 non_phi_or_var_inst = non_phi_or_var_inst->NextNode(); in MaybeGetEntryBlockSuitableForOutlining() 180 split_before = split_before->NextNode(); in MaybeGetExitBlockSuitableForOutlining()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 147 non_phi_or_var_inst = non_phi_or_var_inst->NextNode(); in MaybeGetEntryBlockSuitableForOutlining() 180 split_before = split_before->NextNode(); in MaybeGetExitBlockSuitableForOutlining()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | fuzzer_pass_outline_functions.cpp | 145 non_phi_or_var_inst = non_phi_or_var_inst->NextNode(); in MaybeGetEntryBlockSuitableForOutlining() 178 split_before = split_before->NextNode(); in MaybeGetExitBlockSuitableForOutlining()
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist.h | 278 return sentinel_.NextNode() == nullptr; in empty() 290 NodeType* node = sentinel_.NextNode(); in front() 304 NodeType* node = sentinel_.NextNode(); in front()
|
D | ilist_node.h | 50 inline NodeType* NextNode() const; 161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist.h | 278 return sentinel_.NextNode() == nullptr; in empty() 290 NodeType* node = sentinel_.NextNode(); in front() 304 NodeType* node = sentinel_.NextNode(); in front()
|
D | ilist_node.h | 50 inline NodeType* NextNode() const; 161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/ |
D | ilist.h | 278 return sentinel_.NextNode() == nullptr; in empty() 290 NodeType* node = sentinel_.NextNode(); in front() 304 NodeType* node = sentinel_.NextNode(); in front()
|
D | ilist_node.h | 50 inline NodeType* NextNode() const; 161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | AST.stg | 349 …ddChild(Root[<treeLevel>], (Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode());<\n> 354 ….AddChild(Root[<treeLevel>], (Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode);<\n> 359 …ptor.BecomeRoot((Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode(), Root[<treeLeve… 395 …aptor.BecomeRoot((Locals['Stream_<rule>'] as IRewriteRuleElementStream).NextNode, Root[<treeLevel>… 418 …ptor.BecomeRoot((Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode, Root[<treeLevel>… 423 …ptor.BecomeRoot((Locals['Stream_<label>'] as IRewriteRuleElementStream).NextNode, Root[<treeLevel>… 442 (Locals['Stream_<token>'] as IRewriteRuleElementStream).NextNode
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 563 const ExplodedNode *NextNode = N->pred_empty() in GenerateMinimalPathDiagnostic() local 568 while (NextNode) { in GenerateMinimalPathDiagnostic() 569 N = NextNode; in GenerateMinimalPathDiagnostic() 571 NextNode = N->getFirstPred(); in GenerateMinimalPathDiagnostic() 866 if (NextNode) { in GenerateMinimalPathDiagnostic() 870 if (PathDiagnosticPiece *p = V->VisitNode(N, NextNode, PDB, *R)) { in GenerateMinimalPathDiagnostic() 1396 const ExplodedNode *NextNode = N->pred_empty() ? nullptr : *(N->pred_begin()); in GenerateExtensivePathDiagnostic() local 1397 while (NextNode) { in GenerateExtensivePathDiagnostic() 1398 N = NextNode; in GenerateExtensivePathDiagnostic() 1399 NextNode = N->getFirstPred(); in GenerateExtensivePathDiagnostic() [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | RewriteRuleNodeStream.cs | 65 public object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|