Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_math.c1569 struct range_list *(*orig_custom_fn)(struct expression *expr); in get_value() local
1591 orig_custom_fn = custom_handle_variable; in get_value()
1595 custom_handle_variable = orig_custom_fn; in get_value()