Searched refs:LA (Results 26 - 50 of 201) sorted by relevance

123456789

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRIntStream.h36 - (NSInteger) LA:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs249 int LA1_0 = input.LA(1);
308 int LA2_0 = input.LA(1);
364 int LA3_0 = input.LA(1);
410 int LA4_0 = input.LA(1);
459 switch ( input.LA(1) )
H A DProfileGrammarLexer.cs249 int LA1_0 = input.LA(1);
308 int LA2_0 = input.LA(1);
364 int LA3_0 = input.LA(1);
410 int LA4_0 = input.LA(1);
459 switch ( input.LA(1) )
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.java67 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(
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.java67 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(
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DUnbufferedTokenStream.cs92 public int LA(int i) { method in class:Antlr.Runtime.UnbufferedTokenStream
H A DLexer.cs118 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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTracer.cs84 return (char) input.LA(k);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DTracer.cs81 return (char)input.LA( k );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DUnbufferedTokenStream.java75 public int LA(int i) { return LT(i).getType(); } method in class:UnbufferedTokenStream
H A DLexer.java80 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");
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTracer.java61 return new Character((char)input.LA(k));
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteLexer.m110 NSInteger LA1_0 = [input LA:1];
186 NSInteger LA2_0 = [input LA:1];
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRStringStream.js104 * Negative indexes are allowed. LA(-1) is previous token (token
105 * just matched). LA(-i) where i is before first token should
111 LA: function(i) {
113 i++; // e.g., translate LA(-1) to use offset i=0; then data[p+0-1]
127 * be returned from LA(1) (i.e. the one about to be consumed).
238 * <p>The index is 0..n-1. A seek to position i means that LA(1) will
239 * return the ith symbol. So, seeking to 0 means LA(1) will return the
315 * Alias for {@link #LA}.
318 org.antlr.runtime.ANTLRStringStream.prototype.LT = org.antlr.runtime.ANTLRStringStream.prototype.LA;
H A DLexer.js45 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/Perl5/lib/ANTLR/Runtime/
H A DRecognitionException.pm79 $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/
H A DANTLR.g281 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(
[all...]
/external/doclava/src/com/google/doclava/parser/
H A DJavaParser.java508 int LA1_0 = input.LA(1);
556 int LA3_0 = input.LA(1);
596 int LA4_0 = input.LA(1);
718 int LA9_0 = input.LA(1);
721 int LA9_1 = input.LA(2);
724 int LA9_2 = input.LA(3);
727 int LA9_3 = input.LA(4);
730 int LA9_4 = input.LA(5);
766 int LA9_3 = input.LA(3);
769 int LA9_4 = input.LA(
[all...]
/external/clang/lib/Headers/
H A Dsmmintrin.h398 #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), (
[all...]
/external/clang/lib/include/
H A Dsmmintrin.h398 #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), (
[all...]
/external/bison/src/
H A Dlalr.c59 /* LA is a LR by NTOKENS matrix of bits. LA[l, i] is 1 if the rule
61 token is symbol i. If LA[l, i] and LA[l, j] are both 1 for i != j,
64 static bitsetv LA = NULL; variable
222 sp->next = lookback[(s->reductions->look_ahead_tokens - LA) + ri];
224 lookback[(s->reductions->look_ahead_tokens - LA) + ri] = sp;
324 bitset_or (LA[i], LA[i], F[sp->value]);
371 | Compute LA, NL
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DANTLRxxxxStreamFixture.cs126 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(
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DLexer.as73 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/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs138 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/
H A DSlimLexer.cs144 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");

Completed in 1629 milliseconds

123456789