Home
last modified time | relevance | path

Searched defs:NextNode (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteRuleSubtreeStream.cs69 public virtual object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
DRewriteRuleNodeStream.cs65 public object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs73 public virtual object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteRuleSubtreeStream.cs74 public virtual object NextNode() in NextNode() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
DRewriteRuleNodeStream.cs64 public virtual object NextNode() in NextNode() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs60 public virtual object NextNode() in NextNode() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1605 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/
DMachineOutliner.cpp406 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp563 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/
DIceCfgNode.cpp953 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt()
DIceCfg.cpp1713 auto NextNode = I + 1; in doBranchOpt() local
DIceInstMIPS32.cpp204 bool InstMIPS32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceInstX86BaseImpl.h117 bool InstImpl<TraitsType>::InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceInstARM32.cpp495 bool InstARM32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceTargetLoweringMIPS32.cpp1029 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
DIceTargetLoweringARM32.cpp1180 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
/external/clang/lib/AST/
DASTDiagnostic.cpp544 unsigned NextNode = 0; member