Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_ranges.c1587 struct symbol *small_type; in rl_intersection() local
1594 small_type = rl_type(one); in rl_intersection()
1597 if (type_bits(rl_type(two)) < type_bits(small_type)) { in rl_intersection()
1598 small_type = rl_type(two); in rl_intersection()