Searched refs:Dup (Results 1 - 13 of 13) 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.cpp1332 if (const MachineInstr *Dup = LookForDuplicate(MI, CI->second)) {
1333 DEBUG(dbgs() << "CSEing " << *MI << " with " << *Dup); local
1336 // by Dup.
1344 MO.getReg() == Dup->getOperand(i).getReg()) &&
1356 unsigned DupReg = Dup->getOperand(Idx).getReg();
1362 MRI->setRegClass(Dup->getOperand(Defs[j]).getReg(), OrigRCs[j]);
1370 unsigned DupReg = Dup->getOperand(Idx).getReg();
/external/llvm/lib/Support/
H A DCommandLine.cpp701 char *Dup = *I; local
702 free(Dup);
706 char *Dup = strdup(Str); variable
707 Dups.push_back(Dup);
708 return Dup;
/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/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 718 milliseconds