/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | RewriteRuleSubtreeStream.cs | 69 public virtual object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
D | RewriteRuleNodeStream.cs | 65 public object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|
D | RewriteRuleTokenStream.cs | 73 public virtual object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | RewriteRuleSubtreeStream.cs | 74 public virtual object NextNode() in NextNode() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
D | RewriteRuleNodeStream.cs | 64 public virtual object NextNode() in NextNode() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
|
D | RewriteRuleTokenStream.cs | 60 public virtual object NextNode() in NextNode() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist_node.h | 161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 1605 function NextNode: IANTLRInterface; override; in NextNode() function 1612 function NextNode: IANTLRInterface; override; in NextNode() function 3644 function TRewriteRuleNodeStream.NextNode: IANTLRInterface; in TRewriteRuleNodeStream.NextNode() function 3680 function TRewriteRuleSubtreeStream.NextNode: IANTLRInterface; in NextNode() function 3703 function TRewriteRuleTokenStream.NextNode: IANTLRInterface; in NextNode() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineOutliner.cpp | 406 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 563 const ExplodedNode *NextNode = N->pred_empty() in GenerateMinimalPathDiagnostic() local 1396 const ExplodedNode *NextNode = N->pred_empty() ? nullptr : *(N->pred_begin()); in GenerateExtensivePathDiagnostic() local 1639 const ExplodedNode *NextNode = N->getFirstPred(); in GenerateAlternateExtensivePathDiagnostic() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 953 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt()
|
D | IceCfg.cpp | 1713 auto NextNode = I + 1; in doBranchOpt() local
|
D | IceInstMIPS32.cpp | 204 bool InstMIPS32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
|
D | IceInstX86BaseImpl.h | 117 bool InstImpl<TraitsType>::InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
|
D | IceInstARM32.cpp | 495 bool InstARM32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
|
D | IceTargetLoweringMIPS32.cpp | 1029 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
|
D | IceTargetLoweringARM32.cpp | 1180 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 544 unsigned NextNode = 0; member
|