Searched refs:sval_is_positive (Results 1 – 7 of 7) sorted by relevance
42 if (sval_is_positive(sval) || sval_cmp_val(sval, -1) == 0) in match_return()
182 if (sval_is_positive(sval) && sval_cmp_val(sval, 0) != 0) in match_err_ptr_positive_const()210 if (sval_is_positive(max) && sval_cmp_val(max, 0) != 0) in match_err_ptr()
28 if (get_implied_strlen(str, rl) && sval_is_positive(rl_min(*rl))) { in match_strlen()
179 if (sval_is_positive(max)) { in add_range_t()1637 if (sval_is_positive(rl_min(rl))) in get_neg_rl()1641 if (sval_is_positive(tmp->min)) in get_neg_rl()1643 if (sval_is_positive(tmp->max)) { in get_neg_rl()1669 if (sval_is_positive(tmp->min)) { in get_pos_rl()
157 int sval_is_positive(sval_t sval) in sval_is_positive() function
1161 int sval_is_positive(sval_t sval);
2157 if (sval_is_positive(rl_min(orig_rl)) && in handle_MOD_condition()