Searched refs:range_comparison_to_param_helper (Results 1 – 1 of 1) sorted by relevance
1999 static char *range_comparison_to_param_helper(struct expression *expr, char starts_with, int ignore) in range_comparison_to_param_helper() function2072 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()