HomeSort by relevance Sort by last modified time
    Searched defs:Dup (Results 1 - 16 of 16) 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.");
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) {
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...]
  /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." );
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 )
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...]
  /external/gemmlowp/internal/
fixedpoint_neon.h 159 inline int32x4_t Dup<int32x4_t>(int32_t x) {
fixedpoint.h 219 tRawType Dup(typename FixedPointRawTypeTraits<tRawType>::ScalarRawType x) {
263 retval.raw() = Dup<RawType>(x);
482 remainder, Dup<tRawType>(1 << (kFractionalBits + Exponent)))), \
  /art/compiler/optimizing/
gvn.cc 192 buckets_[new_index] = node->Dup(allocator_, buckets_[new_index]);
211 Node* Dup(ArenaAllocator* allocator, Node* new_next = nullptr) {
233 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));
143 UsePosition* Dup(ArenaAllocator* allocator) const {
146 next_ == nullptr ? nullptr : next_->Dup(allocator));
782 high_or_low_interval_->first_range_ = first_range_->Dup(allocator_);
787 high_or_low_interval_->first_use_ = first_use_->Dup(allocator_);
791 high_or_low_interval_->first_env_use_ = first_env_use_->Dup(allocator_);
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp     [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 1360 milliseconds