HomeSort by relevance Sort by last modified time
    Searched refs:Dup (Results 1 - 18 of 18) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteRuleNodeStream.cs 73 protected override object Dup(object el) {
74 // we dup every node, so don't have to worry about calling dup; short-
76 throw new NotSupportedException("dup can't be called for a node stream.");
RewriteRuleTokenStream.cs 90 protected override object Dup(object el) {
91 throw new NotSupportedException("dup can't be called for a token stream.");
RewriteRuleElementStream.cs 69 /** <summary>Once a node / subtree has been used in a stream, it must be dup'd
72 * If dirty, then next() always returns a dup.
140 * size==1. If we've already used the element, dup (dirty bit set).
146 // if out of elements and size is 1, dup
148 return Dup(el);
169 if (n == 1) { // if size is 1, it's ok; return and we'll dup
172 // out of elements and size was not 1, so we can't dup
187 * When constructing trees, sometimes we need to dup a token or AST
188 * subtree. Dup'ing a token means just creating another AST node
190 * the element is for a tree root; then it must be a node dup
    [all...]
RewriteRuleSubtreeStream.cs 57 * must dup the type node, but ID has been added.
61 * Referencing a rule result twice is ok; dup entire tree as
65 * a proper way to refactor. This needs to always call dup node
66 * and super.next() doesn't know which to call: dup node or dup tree.
73 // if out of elements and size is 1, dup (at most a single node
83 object el2 = adaptor.DupNode(tree); // dup just the root (want node here)
87 protected override object Dup(object el) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteRuleNodeStream.cs 74 protected override object Dup( object el )
76 // we dup every node, so don't have to worry about calling dup; short-
78 throw new NotSupportedException( "dup can't be called for a node stream." );
RewriteRuleTokenStream.cs 81 protected override object Dup( object el )
83 throw new NotSupportedException( "dup can't be called for a token stream." );
RewriteRuleElementStream.cs 71 /** <summary>Once a node / subtree has been used in a stream, it must be dup'd
74 * If dirty, then next() always returns a dup.
150 * size==1. If we've already used the element, dup (dirty bit set).
158 // if out of elements and size is 1, dup
160 return Dup( el );
185 { // if size is 1, it's ok; return and we'll dup
188 // out of elements and size was not 1, so we can't dup
204 * When constructing trees, sometimes we need to dup a token or AST
205 * subtree. Dup'ing a token means just creating another AST node
207 * the element is for a tree root; then it must be a node dup
    [all...]
RewriteRuleSubtreeStream.cs 62 * must dup the type node, but ID has been added.
66 * Referencing a rule result twice is ok; dup entire tree as
70 * a proper way to refactor. This needs to always call dup node
71 * and super.next() doesn't know which to call: dup node or dup tree.
80 // if out of elements and size is 1, dup (at most a single node
90 object el2 = adaptor.DupNode(tree); // dup just the root (want node here)
94 protected override object Dup( object el )
  /art/compiler/optimizing/
gvn.cc 70 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]);
156 Node* Dup(ArenaAllocator* allocator, Node* new_next = nullptr) {
178 clone_current = node->Dup(allocator_, nullptr);
ssa_liveness_analysis.h 82 LiveRange* Dup(ArenaAllocator* allocator) const {
84 start_, end_, next_ == nullptr ? nullptr : next_->Dup(allocator));
145 UsePosition* Dup(ArenaAllocator* allocator) const {
148 next_ == nullptr ? nullptr : next_->Dup(allocator));
769 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
774 high_or_low_interval_->first_use_ = first_use_->Dup(allocator_);
778 high_or_low_interval_->first_env_use_ = first_env_use_->Dup(allocator_);
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 790 char *Dup = *I;
791 free(Dup);
795 char *Dup = strdup(Str);
796 Dups.push_back(Dup);
797 return Dup;
    [all...]
  /external/vixl/test/
test-disasm-a64.cc     [all...]
test-assembler-a64.cc     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 332 R0, R1, Dup: ICommonTree;
348 Dup := Adaptor.DupTree(R0) as ICommonTree;
350 CheckNull(Dup.Parent);
351 CheckEquals(Dup.ChildIndex, -1);
352 Dup.SanityCheckParentAndChildIndexes;
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 727 milliseconds