Home
last modified time | relevance | path

Searched defs:Tree (Results 1 – 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTree.js11 org.antlr.runtime.tree.Tree = function(){}; class in org.antlr.runtime.tree
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as12 public interface Tree { interface in org.antlr.runtime.tree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarParser.cs126 public override object Tree { get { return tree; } } property in DebugGrammarParser.prog_return
258 public override object Tree { get { return tree; } } property in DebugGrammarParser.stat_return
545 public override object Tree { get { return tree; } } property in DebugGrammarParser.func_return
700 public override object Tree { get { return tree; } } property in DebugGrammarParser.formalPar_return
789 public override object Tree { get { return tree; } } property in DebugGrammarParser.expr_return
1002 public override object Tree { get { return tree; } } property in DebugGrammarParser.multExpr_return
1160 public override object Tree { get { return tree; } } property in DebugGrammarParser.atom_return
DProfileGrammarParser.cs130 public override object Tree { get { return tree; } } property in ProfileGrammarParser.prog_return
262 public override object Tree { get { return tree; } } property in ProfileGrammarParser.stat_return
549 public override object Tree { get { return tree; } } property in ProfileGrammarParser.func_return
704 public override object Tree { get { return tree; } } property in ProfileGrammarParser.formalPar_return
793 public override object Tree { get { return tree; } } property in ProfileGrammarParser.expr_return
1006 public override object Tree { get { return tree; } } property in ProfileGrammarParser.multExpr_return
1164 public override object Tree { get { return tree; } } property in ProfileGrammarParser.atom_return
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DIAstRuleReturnScope`1.cs39 new TAstLabel Tree property
DIAstRuleReturnScope.cs39 object Tree property
DAstParserRuleReturnScope`2.cs39 public TTree Tree property in Antlr.Runtime.AstParserRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DAstTreeRuleReturnScope`2.cs39 public TOutputTree Tree property in Antlr.Runtime.Tree.AstTreeRuleReturnScope
/external/clang/utils/TableGen/
DClangASTNodesEmitter.cpp73 const ChildMap &Tree, in EmitNode()
156 ChildMap Tree; in run() local
/external/chromium/chrome/browser/resources/options/
Dcertificate_tree.js60 Tree.prototype.decorate.call(this); class
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DParseTreeBuilder.cs57 public virtual ParseTree Tree property in Antlr.Runtime.Debug.ParseTreeBuilder
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTree.java44 public interface Tree { interface
/external/chromium/chrome/browser/resources/
Dcookies_tree.js108 Tree.prototype.addAt.call(this, child, index); class
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_tree.js167 Tree.prototype.decorate.call(this); class
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dtree.js44 Tree.prototype = { class
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp966 SmallVector<RepeatedValue, 8> Tree; in RemoveFactorFromExpression() local
1603 SmallVector<RepeatedValue, 8> Tree; in ReassociateExpression() local
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp1026 DagInit *Tree = Operator->getValueAsDag("Fragment"); in GetNumNodeResults() local
2097 DagInit *Tree = Fragments[i]->getValueAsDag("Fragment"); in ParsePatternFragments() local
2541 getInstructionsInTree(TreePatternNode *Tree, SmallVectorImpl<Record*> &Instrs) { in getInstructionsInTree()
3035 DagInit *Tree = CurPattern->getValueAsDag("PatternToMatch"); in ParsePatterns() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1131 DenseMap<ValuePair, size_t> &Tree, ValuePair J) { in buildInitialTreeFor()
1188 DenseMap<ValuePair, size_t> &Tree, in pruneTreeFor()
1376 DenseMap<ValuePair, size_t> Tree; in findBestTreeFor() local
/external/clang/lib/Basic/
DDiagnostic.cpp688 SmallVector<char, 64> Tree; in FormatDiagnostic() local
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb221 module Tree module
/external/clang/lib/AST/
DASTDiagnostic.cpp626 DiffTree Tree; member in __anon4ec1f9260111::TemplateDiff
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py98 class Tree(object): class
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1180 property Tree: IANTLRInterface read GetTree write SetTree; property