Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_ranges.c607 struct range_list *math_rl; in str_to_dinfo() local
635 math_rl = get_param_return_rl(call, call_math); in str_to_dinfo()
636 if (math_rl) in str_to_dinfo()
637 rl = rl_intersection(rl, math_rl); in str_to_dinfo()
640 if (call_math && parse_call_math_rl(call, call_math, &math_rl)) { in str_to_dinfo()
641 rl = rl_intersection(rl, math_rl); in str_to_dinfo()