HomeSort by relevance Sort by last modified time
    Searched defs:precsym (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
gram.h 63 RULES[R].precsym -- the symbol attached (via %prec) to give its
193 symbol *precsym; member in struct:__anon4995
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 199 struct symbol *precsym; /* Precedence symbol for this rule */ member in struct:rule
653 ** rp->precsym field filled. Other rules take as their precedence
662 if( rp->precsym==0 ){
664 for(i=0; i<rp->nrhs && rp->precsym==0; i++){
669 rp->precsym = sp->subsym[j];
674 rp->precsym = rp->rhs[i];
    [all...]

Completed in 87 milliseconds