Searched refs:Dup (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DRewriteRuleNodeStream.cs73 protected override object Dup(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleNodeStream
H A DRewriteRuleTokenStream.cs90 protected override object Dup(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleTokenStream
H A DRewriteRuleSubtreeStream.cs87 protected override object Dup(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleSubtreeStream
H A DRewriteRuleElementStream.cs148 return Dup(el);
188 * subtree. Dup'ing a token means just creating another AST node
193 protected abstract object Dup(object el); method in class:Antlr.Runtime.Tree.RewriteRuleElementStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DRewriteRuleNodeStream.cs74 protected override object Dup( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleNodeStream
H A DRewriteRuleTokenStream.cs81 protected override object Dup( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleTokenStream
H A DRewriteRuleSubtreeStream.cs94 protected override object Dup( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleSubtreeStream
H A DRewriteRuleElementStream.cs160 return Dup( el );
205 * subtree. Dup'ing a token means just creating another AST node
210 protected abstract object Dup( object el ); method in class:Antlr.Runtime.Tree.RewriteRuleElementStream
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp1317 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) {
1318 DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); local
1321 // by Dup.
1329 MO.getReg() == Dup->getOperand(i).getReg()) &&
1341 unsigned DupReg = Dup->getOperand(Idx).getReg();
1347 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]);
1355 unsigned DupReg = Dup->getOperand(Idx).getReg();
/external/llvm/lib/Support/
H A DCommandLine.cpp790 char *Dup = *I; variable
791 free(Dup); variable
795 char *Dup = strdup(Str); variable
796 Dups.push_back(Dup);
797 return Dup;
/external/vixl/test/
H A Dtest-disasm-a64.cc4555 COMPARE(Dup(v5.V8B(), v9.V8B(), 6), "dup v5.8b, v9.b[6]");
4556 COMPARE(Dup(v6.V16B(), v1.V16B(), 5), "dup v6.16b, v1.b[5]");
4557 COMPARE(Dup(v7.V4H(), v2.V4H(), 4), "dup v7.4h, v2.h[4]");
4558 COMPARE(Dup(v8.V8H(), v3.V8H(), 3), "dup v8.8h, v3.h[3]");
4559 COMPARE(Dup(v9.V2S(), v4.V2S(), 2), "dup v9.2s, v4.s[2]");
4560 COMPARE(Dup(v1.V4S(), v5.V4S(), 1), "dup v1.4s, v5.s[1]");
4561 COMPARE(Dup(v2.V2D(), v6.V2D(), 0), "dup v2.2d, v6.d[0]");
4563 COMPARE(Dup(v5.B(), v9.B(), 6), "mov b5, v9.b[6]");
4564 COMPARE(Dup(v7.H(), v2.H(), 4), "mov h7, v2.h[4]");
4565 COMPARE(Dup(v
[all...]
H A Dtest-assembler-a64.cc19021 __ Dup(v16.V16B(), v0.B(), 0);
19022 __ Dup(v17.V8H(), v1.H(), 7);
19023 __ Dup(v18.V4S(), v1.S(), 3);
19024 __ Dup(v19.V2D(), v0.D(), 0);
19026 __ Dup(v20.V8B(), v0.B(), 0);
19027 __ Dup(v21.V4H(), v1.H(), 7);
19028 __ Dup(v22.V2S(), v1.S(), 3);
19030 __ Dup(v23.B(), v0.B(), 0);
19031 __ Dup(v24.H(), v1.H(), 7);
19032 __ Dup(v2
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas332 R0, R1, Dup: ICommonTree;
348 Dup := Adaptor.DupTree(R0) as ICommonTree;
350 CheckNull(Dup.Parent);
351 CheckEquals(Dup.ChildIndex, -1);
352 Dup.SanityCheckParentAndChildIndexes;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1598 /// subtree. Dup'ing a token means just creating another AST node
1602 function Dup(const O: IANTLRInterface): IANTLRInterface; function
3657 function TRewriteRuleSubtreeStream.Dup(
3689 Result := FetchObject(Dup);
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h2459 void Dup(const VRegister& vd, function in class:vixl::MacroAssembler
2466 void Dup(const VRegister& vd, function in class:vixl::MacroAssembler
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1610 milliseconds