Searched refs:RRtotal (Results 1 – 4 of 4) sorted by relevance
34 int RRtotal; variable58 if (SRtotal + RRtotal > 0) in make_parser()234 RRtotal = 0; in remove_conflicts()304 RRtotal += RRcount; in remove_conflicts()319 if (SRtotal && RRtotal) in total_conflicts()322 if (RRtotal == 1) in total_conflicts()324 else if (RRtotal > 1) in total_conflicts()325 fprintf(stderr, "%d reduce/reduce conflicts", RRtotal); in total_conflicts()336 if (RRexpect >= 0 && RRtotal != RRexpect) in total_conflicts()
36 if (SRtotal || RRtotal) in verbose()
411 extern int RRtotal;
1153 if (backtrack && (SRtotal + RRtotal) != 0) in output_actions()1154 conflicts = NEW2(4 * (SRtotal + RRtotal), Value_t); in output_actions()