Searched refs:firstset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c171 char *firstset; /* First-set for all rules of this symbol */ member in struct:symbol
697 lemp->symbols[i]->firstset = SetNew();
725 progress += SetAdd(s1->firstset,s2->index);
729 progress += SetAdd(s1->firstset,s2->subsym[j]->index);
735 progress += SetUnion(s1->firstset,s2->firstset);
1285 SetUnion(newcfp->fws,xsp->firstset);
2991 if( sp->firstset && SetFind(sp->firstset, j) ){
4428 sp->firstset
[all...]

Completed in 89 milliseconds