Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_extra.h64 int true_comparison_range_LR(int comparison, struct data_range *var, struct data_range *val, int le…
H A Dsmatch_function_hooks.c328 if (!true_comparison_range_LR(comparison, tmp->range, value_range, left)) in call_implies_callbacks()
H A Dsmatch_ranges.c1172 int true_comparison_range_LR(int comparison, struct data_range *var, struct data_range *val, int le… in true_comparison_range_LR() function