Home | History | Annotate | Download | only in config

Lines Matching refs:vmin

113 static int check_expr_is_const (expressionS, int vmin, int vmax);
1581 check_expr_is_const (expressionS e, int vmin, int vmax)
1585 || e.X_add_number < vmin
1588 if (vmin == vmax)
1589 sprintf (buf, "%d expected here", vmin);
1591 sprintf (buf, "%d..%d expected here", vmin, vmax);