Home
last modified time | relevance | path

Searched refs:SHIFTREDUCE (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/tool/
H A Dlemon.c340 SHIFTREDUCE /* Shift first, then reduce */ enumerator
523 if( rc==0 && (ap1->type==REDUCE || ap1->type==SHIFTREDUCE) ){ in actioncmp()
3371 case SHIFTREDUCE: { in PrintAction()
3573 case SHIFTREDUCE: { in compute_action()
4580 if( ap->type==REDUCE || ap->type==SHIFTREDUCE ){ in ReportTable()
5063 ap->type = SHIFTREDUCE; in CompressTables()
5079 if( ap->type!=SHIFTREDUCE ) continue; in CompressTables()