HomeSort by relevance Sort by last modified time
    Searched refs:alt2 (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset.c 557 * the predicate(s) for productions alt1,alt2 cover the sequences in delta.
567 * This should give a warning that (A C) predicts both productions and alt2
570 * The warning detection is simple. Let delta = LOOK(alt1) intersection LOOK(alt2).
580 ( Junction *alt1, Junction *alt2, char *sub, Tree *ambig )
582 ensure_predicates_cover_ambiguous_lookahead_sequences( alt1, alt2, sub, ambig )
584 Junction *alt2;
595 non_covered = tdif(ambig, alt1->predicate, alt1->fset, alt2->fset);
615 if ( alt2->predicate!=NULL )
616 non_covered = tdif(ambig, alt2->predicate, alt1->fset, alt2->fset);
1476 Junction *alt1, *alt2; local
    [all...]
fset2.c 1204 /* Compute LL(k) trees for alts alt1 and alt2 of p.
1212 VerifyAmbig( Junction *alt1, Junction *alt2, unsigned **ft, set *fs, Tree **t, Tree **u, int *numAmbig )
1214 VerifyAmbig( alt1, alt2, ft, fs, t, u, numAmbig )
1216 Junction *alt2;
1274 p = analysis_point((Junction *)alt2->p1);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteLexer.m 171 NSInteger alt2=2;
175 alt2=1;
178 alt2=2;
186 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteLexer.m 185 NSInteger alt2=2;
189 alt2=1;
192 alt2=2;
198 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.m 225 NSInteger alt2=2;
229 alt2=1;
232 alt2=2;
240 switch (alt2) {
TLexer.m 184 NSInteger alt2 = 2;
187 alt2=1;
191 switch (alt2) {
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86_asm.py 209 alt2 = "%s@%u" % (n, stack)
210 text = '\tGL_STUB_ALIAS(%s, %d, %s, %s, %s)' % (n, f.offset, alt2, name, alt)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 172 NSInteger alt2=2;
175 alt2=1;
179 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 247 NSInteger alt2 = 2;
250 alt2=1;
254 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 407 NSInteger alt2 = 2;
410 alt2=1;
414 switch (alt2) {
SymbolTableParser.m 279 NSInteger alt2=2;
282 alt2=1;
286 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 326 int alt2=2; local
330 alt2=1;
334 switch (alt2) {
SimpleCTP.java 116 int alt2=3; local
120 alt2=1;
125 alt2=2;
130 alt2=3;
140 switch (alt2) {
SimpleCLexer.m 285 NSInteger alt2 = 2;
288 alt2=1;
292 switch (alt2) {
SimpleCTP.m 353 NSInteger alt2=3;
358 alt2=1;
363 alt2=2;
368 alt2=3;
379 switch (alt2) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 326 int alt2=2; local
330 alt2=1;
334 switch (alt2) {
SimpleCTP.java 116 int alt2=3; local
120 alt2=1;
125 alt2=2;
130 alt2=3;
140 switch (alt2) {
SimpleCLexer.m 599 NSInteger alt2=2;
602 alt2=1;
606 switch (alt2) {
SimpleCTP.m 340 NSInteger alt2=3;
344 alt2=1;
349 alt2=2;
354 alt2=3;
363 switch (alt2) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 619 NSInteger alt2 = 2;
622 alt2=1;
626 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.m 502 NSInteger alt2=2;
505 alt2=1;
509 switch (alt2) {
SymbolTableParser.m 304 NSInteger alt2=2;
307 alt2=1;
311 switch (alt2) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 307 int alt2=2;
312 alt2=1;
316 switch ( alt2 )
ProfileGrammarLexer.cs 307 int alt2=2;
312 alt2=1;
316 switch ( alt2 )
DebugTreeGrammar.cs 334 int alt2=2;
343 alt2=1;
347 alt2=2;
357 switch ( alt2 )

Completed in 367 milliseconds

1 2 3 4 5