Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_math.c26 static struct range_list *(*custom_handle_variable)(struct expression *expr); variable
103 if (custom_handle_variable) { in handle_address()
104 rl = custom_handle_variable(expr); in handle_address()
709 if (custom_handle_variable) { in handle_binop_rl()
710 rl = custom_handle_variable(expr); in handle_binop_rl()
1001 if (custom_handle_variable) { in handle_variable()
1002 rl = custom_handle_variable(expr); in handle_variable()
1243 if (custom_handle_variable) { in handle_call_rl()
1244 rl = custom_handle_variable(expr); in handle_call_rl()
1591 orig_custom_fn = custom_handle_variable; in get_value()
[all …]