Searched refs:LA (Results 1 - 25 of 220) sorted by relevance

123456789

/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DANTLRStringStream.pm14 is $s->LA(1), 'A';
16 is $s->LA(1), 'B';
19 sub LA : Test(5) { subroutine
23 is $s->LA(0), undef;
24 is $s->LA(1), 'A';
25 is $s->LA(2), 'B';
26 is $s->LA(3), 'C';
27 is $s->LA(4), ANTLR::Runtime::ANTLRStringStream->EOF;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
H A DTestLexer.m85 NSInteger LA1_0 = [input LA:1];
95 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
141 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
174 if ((([input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedLexer.m103 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
113 NSInteger LA1_0 = [input LA:1];
123 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m112 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
123 NSInteger LA1_0 = [input LA:1];
133 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
H A DTestlexer.m103 NSInteger LA1_0 = [input LA:1];
113 if (([input LA:1]>='0' && [input LA:1]<='9')||([input LA:1]>='A' && [input LA:1]<='Z')||([input LA:1]>='a' && [input LA:1]<='z')) {
179 if (([input LA:1]>='A' && [input LA:1]<='Z')||([input LA
[all...]
/external/clang/test/CodeGen/
H A Davx-builtins.c27 __m128i test_mm_cmpestrm(__m128i A, int LA, __m128i B, int LB) { argument
29 return _mm_cmpestrm(A, LA, B, LB, 7);
32 int test_mm_cmpestri(__m128i A, int LA, __m128i B, int LB) { argument
34 return _mm_cmpestri(A, LA, B, LB, 7);
37 int test_mm_cmpestra(__m128i A, int LA, __m128i B, int LB) { argument
39 return _mm_cmpestra(A, LA, B, LB, 7);
42 int test_mm_cmpestrc(__m128i A, int LA, __m128i B, int LB) { argument
44 return _mm_cmpestrc(A, LA, B, LB, 7);
47 int test_mm_cmpestro(__m128i A, int LA, __m128i B, int LB) { argument
49 return _mm_cmpestro(A, LA,
52 test_mm_cmpestrs(__m128i A, int LA, __m128i B, int LB) argument
57 test_mm_cmpestrz(__m128i A, int LA, __m128i B, int LB) argument
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-8.js32 var LA = ""; variable
53 LA+(a.Un+(zE+(Fp+(LA+(a.Im+(zE+(AE+(LA+(a.total+Gob))))))))),
60 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Hob))))),p);
65 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA+(a.Im+Iob))))),p);
70 c.append(gp,yE,W,LA+(a.Un+(zE+(Fp+(LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.m211 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
222 NSInteger LA1_0 = [input LA:1];
232 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA
[all...]
H A DSimpleCLexer.java259 if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
272 int LA1_0 = input.LA(1);
283 if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.m546 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
557 NSInteger LA1_0 = [input LA:1];
567 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangLexer.m181 NSInteger LA1_0 = [input LA:1];
191 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
248 NSInteger LA2_0 = [input LA:1];
258 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
311 if ([input LA:1] == '\n'||[input LA:1] == ' ') {
343 unichar charLA3 = [input LA:1];
352 NSInteger LA3_2 = [input LA
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs50 /// Negative indexes are allowed. LA(-1) is previous token (token just matched).
51 /// LA(-i) where i is before first token should yield -1, invalid char or EOF.
53 int LA(int i); method in interface:Antlr.Runtime.IIntStream
137 /// The index is 0..n-1. A seek to position i means that LA(1) will return
138 /// the ith symbol. So, seeking to 0 means LA(1) will return the first
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs47 * Negative indexes are allowed. LA(-1) is previous token (token
48 * just matched). LA(-i) where i is before first token should
52 int LA( int i ); method in interface:Antlr.Runtime.IIntStream
132 * The index is 0..n-1. A seek to position i means that LA(1) will
133 * return the ith symbol. So, seeking to 0 means LA(1) will return the
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DIntStream.java37 * Negative indexes are allowed. LA(-1) is previous token (token
38 * just matched). LA(-i) where i is before first token should
41 int LA(int i); method in interface:IntStream
105 * The index is 0..n-1. A seek to position i means that LA(1) will
106 * return the ith symbol. So, seeking to 0 means LA(1) will return the
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableLexer.m341 NSInteger LA1_0 = [input LA:1];
351 if ((([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
408 NSInteger LA2_0 = [input LA:1];
418 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))) {
475 NSInteger LA3_0 = [input LA:1];
485 if ([input LA:1] == '\n'||[input LA:1] == '\r'||[input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java259 if ( (input.LA(1)>='A' && input.LA(1)<='Z')||input.LA(1)=='_'||(input.LA(1)>='a' && input.LA(1)<='z') ) {
272 int LA1_0 = input.LA(1);
283 if ( (input.LA(1)>='0' && input.LA(1)<='9')||(input.LA(1)>='A' && input.LA(
[all...]
H A DSimpleCLexer.m528 if ((([input LA:1] >= 'A') && ([input LA:1] <= 'Z'))||[input LA:1] == '_'||(([input LA:1] >= 'a') && ([input LA:1] <= 'z'))) {
538 NSInteger LA1_0 = [input LA:1];
548 if ((([input LA:1] >= '0') && ([input LA:1] <= '9'))||(([input LA:1] >= 'A') && ([input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
H A DFuzzy.m86 if ( [input LA:1] == ANTLRCharStreamEOF ) {
164 NSInteger LA1_0 = [input LA:1];
222 NSInteger LA2_0 = [input LA:1];
300 NSInteger LA3_0 = [input LA:1];
321 NSInteger LA5_0 = [input LA:1];
344 NSInteger LA4_0 = [input LA:1];
371 NSInteger LA10_0 = [input LA:1];
394 NSInteger LA6_0 = [input LA:1];
415 NSInteger LA9_0 = [input LA:1];
430 NSInteger LA7_0 = [input LA
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRIntStream.h32 - (NSInteger) LA:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRIntStream.h32 - (NSInteger) LA:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRIntStream.h32 - (NSInteger) LA:(NSInteger) i;
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as44 assertEquals(stream.LA(-1), CharStreamConstants.EOF); // should be EOF
45 assertEquals(stream.LA(0), 0); // should be 0 (undefined)
46 assertEquals(stream.LA(1), "a".charCodeAt(0));
47 assertEquals(stream.LA(2), "b".charCodeAt(0));
48 assertEquals(stream.LA(3), "c".charCodeAt(0));
49 assertEquals(stream.LA(4), CharStreamConstants.EOF);
53 assertEquals(stream.LA(-2), CharStreamConstants.EOF);
54 assertEquals(stream.LA(-1), "a".charCodeAt(0));
55 assertEquals(stream.LA(0), 0); // should be 0 (undefined)
56 assertEquals(stream.LA(
[all...]
/external/lldb/test/lang/cpp/stl/
H A DTestStdCXXDisassembly.py89 # address to the 'disassemble -s SA -e LA' command.
94 LA = match.group(1)
97 print "load address:", LA
99 if SA and LA:
100 if int(LA, 16) > int(SA, 16):
101 self.runCmd("disassemble -s %s -e %s" % (SA, LA))
102 SA = LA
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzy.m130 NSInteger LA38_1 = [input LA:1];
152 NSInteger LA38_5 = [input LA:1];
177 NSInteger LA38_7 = [input LA:1];
196 NSInteger LA38_10 = [input LA:1];
221 NSInteger LA38_12 = [input LA:1];
249 NSInteger LA38_16 = [input LA:1];
356 if ( [input LA:1] == ANTLRCharStreamEOF ) {
427 NSInteger LA1_0 = [input LA:1];
478 NSInteger LA2_0 = [input LA:1];
546 NSInteger LA3_0 = [input LA
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DIntStream.as36 * 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

Completed in 752 milliseconds

123456789