Searched refs:has_variable (Results 1 – 4 of 4) sorted by relevance
58 if (has_variable(left, right) == 1) { in match_condition()
161 int has_variable(struct expression *expr, struct expression *var) in has_variable() function
1969 if (is_simple_math(prev) && has_variable(prev, left_orig) == 0) { in match_comparison()1977 if (is_simple_math(prev) && has_variable(prev, right_orig) == 0) { in match_comparison()
1199 int has_variable(struct expression *expr, struct expression *var);