/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 88 public virtual int ChildCount property in Antlr.Runtime.Tree.BaseTree 216 if ( t.ChildCount > 0 ) in AddChild() 224 int n = t.ChildCount; in AddChild() 297 if (i > ChildCount) in InsertChild() 300 if (i == ChildCount) in InsertChild() 317 if (i >= ChildCount) in DeleteChild() 372 int n = newTree.ChildCount; in ReplaceChildren() 446 int n = ChildCount; in FreshenParentAndChildIndexes() 462 int n = ChildCount; in FreshenParentAndChildIndexesDeeply() 489 int n = this.ChildCount; in SanityCheckParentAndChildIndexes()
|
D | BaseTreeAdaptor.cs | 199 int nc = newRootTree.ChildCount; in BecomeRoot() 222 if ( r.ChildCount == 0 ) in RulePostProcessing() 226 else if ( r.ChildCount == 1 ) in RulePostProcessing() 338 return tree.ChildCount; in GetChildCount()
|
D | CommonTree.cs | 93 if ( ChildCount > 0 ) 134 if ( ChildCount > 0 )
|
D | ITree.cs | 56 int ChildCount property
|
D | TreeWizard.cs | 500 int n2 = tpattern.ChildCount; in ParseCore()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 76 public virtual int ChildCount { property in Antlr.Runtime.Tree.BaseTree 181 if (t.ChildCount > 0) { in AddChild() 187 int n = t.ChildCount; in AddChild() 244 if (i >= ChildCount) in DeleteChild() 293 int n = newTree.ChildCount; in ReplaceChildren() 352 int n = ChildCount; in FreshenParentAndChildIndexes() 371 int n = this.ChildCount; in SanityCheckParentAndChildIndexes()
|
D | BaseTreeAdaptor.cs | 162 int nc = newRootTree.ChildCount; in BecomeRoot() 182 if (r.ChildCount == 0) { in RulePostProcessing() 184 } else if (r.ChildCount == 1) { in RulePostProcessing() 252 return ((ITree)t).ChildCount; in GetChildCount()
|
D | CommonTree.cs | 86 if (ChildCount > 0) { 113 if (ChildCount > 0) {
|
D | ITree.cs | 54 int ChildCount { property
|
D | CommonTreeAdaptor.cs | 185 return ((ITree)t).ChildCount; in GetChildCount()
|
D | TreeWizard.cs | 436 int n2 = tpattern.ChildCount; in ParseCore()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | TreeExtensions.cs | 47 if ( tree.ChildCount == 0 ) in setFirstChild()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | ParseTreeBuilder.cs | 106 if ( ruleNode.ChildCount == 0 ) in ExitRule()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | ParseTreeBuilder.cs | 94 if (ruleNode.ChildCount == 0) { in ExitRule()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 492 property ChildCount: Integer read GetChildCount; property 2699 NC := NewRootTree.ChildCount; 2805 Result := (T as ITree).ChildCount; 2848 if (R.ChildCount = 0) then 2851 if (R.ChildCount = 1) then 2921 Result := (T as ITree).ChildCount; 4213 N2 := T2.ChildCount;
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1407 ImportName(nullptr), ChildCount(0), NextChildIndex(0), in NodeState() 1428 State.ChildCount = *Children; in pushNode() 1436 while (Stack.back().NextChildIndex < Stack.back().ChildCount) { in pushDownUntilBottom() 1479 if (Top.NextChildIndex < Top.ChildCount) { in moveNext()
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 89 unsigned ChildCount; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 107 unsigned ChildCount = 0; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2905 State.ChildCount = *Children; in pushNode() 2906 if (State.ChildCount != 0 && Children + 1 >= Trie.end()) { in pushNode() 2923 while (Stack.back().NextChildIndex < Stack.back().ChildCount) { in pushDownUntilBottom() 2999 if (Top.NextChildIndex < Top.ChildCount) { in moveNext()
|