Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c1999 static char *range_comparison_to_param_helper(struct expression *expr, char starts_with, int ignore) in range_comparison_to_param_helper() function
2072 return range_comparison_to_param_helper(expr, '=', ignore); in expr_equal_to_param()
2077 return range_comparison_to_param_helper(expr, '<', ignore); in expr_lte_to_param()