Searched defs:rewrites (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs80 * rewrites from a single pass over the input. Just name the instruction
103 /** <summary>What index into rewrites List are we?</summary> */
270 IList<RewriteOperation> rewrites = GetProgram(programName);
271 op.instructionIndex = rewrites.Count;
272 rewrites.Add(op);
296 IList<RewriteOperation> rewrites = GetProgram(programName);
297 op.instructionIndex = rewrites.Count;
298 rewrites.Add(op);
391 IList<RewriteOperation> rewrites;
392 if (!programs.TryGetValue(programName, out rewrites))
490 ReduceToSingleOperationPerIndex(IList<RewriteOperation> rewrites) argument
586 GetKindOfOps(IList<RewriteOperation> rewrites, Type kind) argument
591 GetKindOfOps(IList<RewriteOperation> rewrites, Type kind, int before) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs83 * rewrites from a single pass over the input. Just name the instruction
108 /** <summary>What index into rewrites List are we?</summary> */
307 IList<RewriteOperation> rewrites = GetProgram( programName );
308 op.instructionIndex = rewrites.Count;
309 rewrites.Add( op );
339 IList<RewriteOperation> rewrites = GetProgram( programName );
340 op.instructionIndex = rewrites.Count;
341 rewrites.Add( op );
454 IList<RewriteOperation> rewrites;
455 if ( !programs.TryGetValue( programName, out rewrites ) )
694 GetKindOfOps( IList<RewriteOperation> rewrites, Type kind ) argument
700 GetKindOfOps( IList<RewriteOperation> rewrites, Type kind, int before ) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java70 * rewrites from a single pass over the input. Just name the instruction
91 /** What index into rewrites List are we? */
242 List rewrites = getProgram(programName);
243 op.instructionIndex = rewrites.size();
244 rewrites.add(op);
268 List rewrites = getProgram(programName);
269 op.instructionIndex = rewrites.size();
270 rewrites.add(op);
362 List rewrites = (List)programs.get(programName);
368 if ( rewrites
456 reduceToSingleOperationPerIndex(List rewrites) argument
564 getKindOfOps(List rewrites, Class kind) argument
569 getKindOfOps(List rewrites, Class kind, int before) argument
[all...]
/external/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h81 ParseInstructionInfo(SmallVectorImpl<AsmRewrite> *rewrites) argument
82 : AsmRewrites(rewrites) {}
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp108 ParseStatementInfo(SmallVectorImpl<AsmRewrite> *rewrites) argument
109 : Opcode(~0), ParseError(false), AsmRewrites(rewrites) {}
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 144 milliseconds