Searched refs:SRtotal (Results 1 – 4 of 4) sorted by relevance
33 int SRtotal; variable58 if (SRtotal + RRtotal > 0) in make_parser()233 SRtotal = 0; in remove_conflicts()303 SRtotal += SRcount; in remove_conflicts()314 if (SRtotal == 1) in total_conflicts()316 else if (SRtotal > 1) in total_conflicts()317 fprintf(stderr, "%d shift/reduce conflicts", SRtotal); in total_conflicts()319 if (SRtotal && RRtotal) in total_conflicts()329 if (SRexpect >= 0 && SRtotal != SRexpect) in total_conflicts()
36 if (SRtotal || RRtotal) in verbose()
410 extern int SRtotal;
1153 if (backtrack && (SRtotal + RRtotal) != 0) in output_actions()1154 conflicts = NEW2(4 * (SRtotal + RRtotal), Value_t); in output_actions()