Home
last modified time | relevance | path

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

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas828 function NextNode: IANTLRInterface; in NextNode() function
843 function NextNode: IANTLRInterface; in NextNode() function
862 function NextNode: IANTLRInterface; in NextNode() function
873 function NextNode: IANTLRInterface; in NextNode() function
1529 function NextNode: IANTLRInterface; virtual; abstract; in NextNode() function
1568 function NextNode: IANTLRInterface; override; in NextNode() function
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
[all …]
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleSubtreeStream.cs69 public virtual object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleSubtreeStream
H A DRewriteRuleNodeStream.cs65 public object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
H A DRewriteRuleTokenStream.cs73 public virtual object NextNode() { in NextNode() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSuffixTree.cpp127 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A 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
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceCfgNode.cpp931 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt()
H A DIceCfg.cpp1623 auto NextNode = I + 1; in doBranchOpt() local
H A DIceInstMIPS32.cpp108 bool InstMIPS32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
H A DIceInstX8664.cpp162 bool InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
H A DIceInstARM32.cpp490 bool InstARM32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
H A DIceInstX8632.cpp174 bool InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
H A DIceTargetLoweringMIPS32.cpp997 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
H A DIceTargetLoweringX8664.cpp771 bool TargetX8664::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
H A DIceTargetLoweringARM32.cpp1020 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
H A DIceTargetLoweringX8632.cpp761 bool TargetX8632::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineOutliner.cpp385 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTDiagnostic.cpp544 unsigned NextNode = 0; member