HomeSort by relevance Sort by last modified time
    Searched refs:LA (Results 26 - 50 of 213) sorted by null

12 3 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 36 * Negative indexes are allowed. LA(-1) is previous token (token
37 * just matched). LA(-i) where i is before first token should
40 function LA(i:int):int;
104 * The index is 0..n-1. A seek to position i means that LA(1) will
105 * return the ith symbol. So, seeking to 0 means LA(1) will return the
Lexer.as 73 if ( input.LA(1)==CharStreamConstants.EOF ) {
157 if ( input.LA(1) != s.charCodeAt(i) ) {
178 if ( input.LA(1)!=c ) {
194 if ( input.LA(1)<a || input.LA(1)>b ) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 83 NSInteger LA1_0 = [input LA:1];
93 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
172 NSInteger LA2_0 = [input LA:1];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntStream.h 36 - (NSInteger) LA:(NSInteger) i;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 67 int LA1_0 = input.LA(1);
117 switch ( input.LA(1) ) {
284 int LA3_0 = input.LA(1);
374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) {
407 if ( input.LA(1)==Token.DOWN ) {
413 int LA4_0 = input.LA(1);
442 int LA5_0 = input.LA(1);
491 switch ( input.LA(1) )
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 67 int LA1_0 = input.LA(1);
117 switch ( input.LA(1) ) {
284 int LA3_0 = input.LA(1);
374 if ( input.LA(1)==ID||(input.LA(1)>=INT_TYPE && input.LA(1)<=VOID) ) {
407 if ( input.LA(1)==Token.DOWN ) {
413 int LA4_0 = input.LA(1);
442 int LA5_0 = input.LA(1);
491 switch ( input.LA(1) )
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Tracer.cs 81 return (char)input.LA( k );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnbufferedTokenStream.java 75 public int LA(int i) { return LT(i).getType(); }
Lexer.java 80 if ( input.LA(1)==CharStream.EOF ) {
171 if ( input.LA(1)!=s.charAt(i) ) {
192 if ( input.LA(1)!=c ) {
209 if ( input.LA(1)<a || input.LA(1)>b ) {
330 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
DFA.java 72 if ( debug ) System.err.println("DFA "+decisionNumber+" state "+s+" LA(1)="+(char)input.LA(1)+"("+input.LA(1)+
97 char c = (char)input.LA(1); // -1 == \uFFFF, all tokens fit in 65000 space
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Tracer.java 61 return new Character((char)input.LA(k));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.m 110 NSInteger LA1_0 = [input LA:1];
186 NSInteger LA2_0 = [input LA:1];
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognitionException.pm 79 $new_args->{c} = $input->LA(1);
84 $new_args->{c} = $input->LA(1);
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 281 private final int LA(int i) { return input.LA( i ); }
640 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a1.tree);}
644 {if (LA(1)==OR||(LA(2)==QUESTION||LA(2)==PLUS||LA(2)==STAR)) prefixWithSynPred($a2.tree);
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 508 int LA1_0 = input.LA(1);
556 int LA3_0 = input.LA(1);
596 int LA4_0 = input.LA(1);
    [all...]
  /external/clang/lib/Headers/
smmintrin.h 398 #define _mm_cmpestrm(A, LA, B, LB, M) \
399 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
400 #define _mm_cmpestri(A, LA, B, LB, M) \
401 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
415 #define _mm_cmpestra(A, LA, B, LB, M) \
416 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
417 #define _mm_cmpestrc(A, LA, B, LB, M) \
418 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
419 #define _mm_cmpestro(A, LA, B, LB, M) \
420 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
smmintrin.h 398 #define _mm_cmpestrm(A, LA, B, LB, M) \
399 __builtin_ia32_pcmpestrm128((A), (LA), (B), (LB), (M))
400 #define _mm_cmpestri(A, LA, B, LB, M) \
401 __builtin_ia32_pcmpestri128((A), (LA), (B), (LB), (M))
415 #define _mm_cmpestra(A, LA, B, LB, M) \
416 __builtin_ia32_pcmpestria128((A), (LA), (B), (LB), (M))
417 #define _mm_cmpestrc(A, LA, B, LB, M) \
418 __builtin_ia32_pcmpestric128((A), (LA), (B), (LB), (M))
419 #define _mm_cmpestro(A, LA, B, LB, M) \
420 __builtin_ia32_pcmpestrio128((A), (LA), (B), (LB), (M)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ANTLRxxxxStreamFixture.cs 126 Console.Out.Write((char)inputStream.LA(1));
210 Assert.AreEqual('e', inputStream.LA(1));
214 Assert.AreEqual('O', inputStream.LA(1));
220 Assert.AreEqual('n', inputStream.LA(1));
226 Assert.AreEqual('e', inputStream.LA(1));
261 Assert.AreEqual('O', stream.LA(1));
267 Assert.AreEqual('w', stream.LA(1));
273 Assert.AreEqual('h', stream.LA(1));
280 Assert.AreEqual('n', stream.LA(1));
382 Assert.AreEqual('e', stream.LA(1))
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 118 if (input.LA(1) == CharStreamConstants.EndOfFile) {
211 if (input.LA(1) != s[i]) {
231 if (input.LA(1) != c) {
245 if (input.LA(1) < a || input.LA(1) > b) {
338 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 138 if ( input.LA( 1 ) == CharStreamConstants.EndOfFile )
255 if ( input.LA( 1 ) != s[i] )
279 if ( input.LA( 1 ) != c )
296 if ( input.LA( 1 ) < a || input.LA( 1 ) > b )
411 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 144 if ( input.LA( 1 ) == CharStreamConstants.EndOfFile )
271 if ( input.LA( 1 ) != s[i] )
295 if ( input.LA( 1 ) != c )
312 if ( input.LA( 1 ) < a || input.LA( 1 ) > b )
428 //System.out.println("consuming char "+(char)input.LA(1)+" during recovery");
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Lexer.js 45 if ( this.input.LA(1)===org.antlr.runtime.CharStream.EOF ) {
129 if ( this.input.LA(1)!=s.charAt(i) ) {
143 if ( this.input.LA(1)!=s ) {
162 if ( this.input.LA(1)<a || this.input.LA(1)>b ) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 362 NSInteger LA1_0 = [input LA:1];
628 NSInteger LA4_0 = [input LA:1];
647 NSInteger LA3_0 = [input LA:1];
769 if ([input LA:1] == ID||[input LA:1] == 15||(([input LA:1] >= 17) && ([input LA:1] <= 18))) {
814 NSInteger LA5_0 = [input LA:1];
816 NSInteger LA5_2 = [input LA:2];
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 446 NSInteger LA1_0 = [input LA:1];
503 NSInteger LA2_0 = [input LA:1];
560 NSInteger LA3_0 = [input LA:1];
570 if ([input LA:1] == '\n'||[input LA:1] == '\r'||[input LA:1] == ' ') {
  /external/antlr/antlr-3.4/runtime/Python/unittests/
teststreams.py 95 """StringStream.LA()"""
147 ## self.failUnlessEqual(stream.LA(1), 'o')
269 self.failUnlessEqual(stream.LA(1), ord('a'))
292 self.failUnlessEqual(stream.LA(1), ord(u'ä'))
319 self.failUnlessEqual(stream.LA(1), ord('a'))
342 self.failUnlessEqual(stream.LA(1), ord(u'ä'))
570 self.failUnlessEqual(stream.LA(1), 12)
573 self.failUnlessEqual(stream.LA(1), 13)
576 self.failUnlessEqual(stream.LA(1), antlr3.EOF)
579 self.failUnlessEqual(stream.LA(1), antlr3.EOF
    [all...]

Completed in 2230 milliseconds

12 3 4 5 6 7 8 9