Home
last modified time | relevance | path

Searched refs:ToTree (Results 1 – 9 of 9) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteRuleElementStream.cs183 return ToTree( singleElement ); in NextCore()
192 return ToTree( singleElement ); in NextCore()
195 object o = ToTree( elements[cursor] ); in NextCore()
214 protected virtual object ToTree( object el ) in ToTree() method in Antlr.Runtime.Tree.RewriteRuleElementStream
DRewriteRuleNodeStream.cs69 protected override object ToTree( object el ) in ToTree() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs76 protected override object ToTree( object el ) in ToTree() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteRuleElementStream.cs170 return ToTree(singleElement); in NextCore()
178 return ToTree(singleElement); in NextCore()
181 object o = ToTree(elements[cursor]); in NextCore()
200 protected virtual object ToTree(object el) { in ToTree() method in Antlr.Runtime.Tree.RewriteRuleElementStream
DRewriteRuleNodeStream.cs69 override protected object ToTree(object el) { in ToTree() method in Antlr.Runtime.Tree.RewriteRuleNodeStream
DRewriteRuleTokenStream.cs86 override protected object ToTree(object el) { in ToTree() method in Antlr.Runtime.Tree.RewriteRuleTokenStream
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1547 function ToTree(const El: IANTLRInterface): IANTLRInterface; virtual;
1569 function ToTree(const El: IANTLRInterface): IANTLRInterface; override;
1614 function ToTree(const El: IANTLRInterface): IANTLRInterface; override; in ToTree() function
3602 function TRewriteRuleElementStream.ToTree(const El: IANTLRInterface): IANTLRInterface; in ToTree() function
3620 Result := ToTree(FSingleElement)
3631 Result := ToTree(FSingleElement);
3636 Result := ToTree(FElements[FCursor]);
3649 function TRewriteRuleNodeStream.ToTree( in ToTree() function
3713 function TRewriteRuleTokenStream.ToTree( in ToTree() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1297 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() argument
1305 if (C.TreeID == ToTree) { in addConnection()
1310 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1571 void addConnection(unsigned FromTree, unsigned ToTree, unsigned Depth) { in addConnection() argument
1580 if (I->TreeID == ToTree) { in addConnection()
1585 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()