Searched refs:handle_variable (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_math.c | 25 static bool handle_variable(struct expression *expr, int implied, int *recurse_cnt, struct range_li… 264 return handle_variable(expr, implied, recurse_cnt, res, res_sval); in handle_preop_rl() 986 static bool handle_variable(struct expression *expr, int implied, int *recurse_cnt, struct range_li… in handle_variable() function 1468 handle_variable(expr, implied, recurse_cnt, &rl, &sval); in get_rl_sval()
|