Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_sval.c312 int sval_too_high(struct symbol *type, sval_t sval) in sval_too_high() function
332 if (sval_too_high(type, sval)) in sval_fits()
H A Dsmatch.h1172 int sval_too_high(struct symbol *type, sval_t sval);
H A Dsmatch_ranges.c180 if (sval_too_high(type, max)) { in add_range_t()