Home
last modified time | relevance | path

Searched refs:ChildCount (Results 1 – 19 of 19) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs88 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()
DBaseTreeAdaptor.cs199 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()
DCommonTree.cs93 if ( ChildCount > 0 )
134 if ( ChildCount > 0 )
DITree.cs56 int ChildCount property
DTreeWizard.cs500 int n2 = tpattern.ChildCount; in ParseCore()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs76 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()
DBaseTreeAdaptor.cs162 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()
DCommonTree.cs86 if (ChildCount > 0) {
113 if (ChildCount > 0) {
DITree.cs54 int ChildCount { property
DCommonTreeAdaptor.cs185 return ((ITree)t).ChildCount; in GetChildCount()
DTreeWizard.cs436 int n2 = tpattern.ChildCount; in ParseCore()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTreeExtensions.cs47 if ( tree.ChildCount == 0 ) in setFirstChild()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DParseTreeBuilder.cs106 if ( ruleNode.ChildCount == 0 ) in ExitRule()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DParseTreeBuilder.cs94 if (ruleNode.ChildCount == 0) { in ExitRule()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas492 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/
DMachOObjectFile.cpp1407 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/
DMachO.h89 unsigned ChildCount; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h107 unsigned ChildCount = 0; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2905 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()