Home | History | Annotate | Download | only in antlr

Lines Matching refs:jList

1420     Junction        **jList;

1473 jList=(Junction **)calloc(nAlts,sizeof(Junction *));
1474 require(jList!=NULL,"cannot allocate MR_find_in_aSubBlk jList");
1500 jList[i]=MR_junctionWithoutP2(p);
1501 predList[i]=find_predicates(p->p1); /* should be jList ????? */
1508 plainSet=MR_First(depth1,jList[i],&incomplete);
1550 if (jList[i] == NULL) continue;
1587 if (jList[j] == NULL) continue;
1594 MR_reportSetSuppression(predDepth,predSet,plainContext[j],jList[i],jList[j],predList[i]);
1617 MR_reportSetSuppression(predDepth,predSet,union_plainSet,jList[i],
1621 MR_reportSetRestriction(predDepth,predSet,union_plainSet,jList[i],
1650 MR_reportSetSuppression(predDepth,predSet,union_plainSet,jList[i],
1654 MR_reportSetRestriction(predDepth,predSet,union_plainSet,jList[i],
1673 if (jList[i] == NULL) continue;
1714 free ( (char *) jList);