Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_fresh_alloc.c112 if (get_implied_value_fast(expr, &sval) && sval.value == 0) in is_fresh_alloc()
H A Dsmatch.h409 int get_implied_value_fast(struct expression *expr, sval_t *sval);
H A Dsmatch_math.c1631 int get_implied_value_fast(struct expression *expr, sval_t *sval) in get_implied_value_fast() function