/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | RewriteRuleNodeStream.cs | 73 protected override object Dup(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleNodeStream
|
H A D | RewriteRuleTokenStream.cs | 90 protected override object Dup(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleTokenStream
|
H A D | RewriteRuleSubtreeStream.cs | 87 protected override object Dup(object el) { method in class:Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
H A D | RewriteRuleElementStream.cs | 148 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 D | RewriteRuleNodeStream.cs | 74 protected override object Dup( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleNodeStream
|
H A D | RewriteRuleTokenStream.cs | 81 protected override object Dup( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleTokenStream
|
H A D | RewriteRuleSubtreeStream.cs | 94 protected override object Dup( object el ) method in class:Antlr.Runtime.Tree.RewriteRuleSubtreeStream
|
H A D | RewriteRuleElementStream.cs | 160 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 D | MachineLICM.cpp | 1317 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 D | CommandLine.cpp | 790 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 D | test-disasm-a64.cc | 4555 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 D | test-assembler-a64.cc | 19021 __ 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 D | 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;
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tree.pas | 1598 /// 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 D | macro-assembler-a64.h | 2459 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 D | jdimodel.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |