Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_math.c1625 if (!get_rl_helper(expr, RL_IMPLIED, &rl) || in get_implied_value()
1642 if (get_rl_helper(expr, RL_IMPLIED, &rl) && in get_implied_value_fast()
1655 if (!get_rl_helper(expr, RL_IMPLIED, &rl) || !rl) in get_implied_min()
1690 get_rl_helper(expr, RL_ABSOLUTE, rl); in get_absolute_rl()
1699 get_rl_helper(expr, RL_REAL_ABSOLUTE, rl); in get_real_absolute_rl()
1713 ret = get_rl_helper(expr, RL_REAL_ABSOLUTE, rl); in custom_get_absolute_rl()
1733 if (!get_rl_helper(expr, RL_HARD, &rl) || !rl) in get_hard_max()
1744 if (!get_rl_helper(expr, RL_FUZZY, &rl) || !rl) in get_fuzzy_min()
1758 if (!get_rl_helper(expr, RL_FUZZY, &rl) || !rl) in get_fuzzy_max()
1776 get_rl_helper(expr, RL_REAL_ABSOLUTE, &rl); in get_absolute_min()
[all …]