Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c1694 static int get_comparison_helper(struct expression *a, struct expression *b, bool use_extra) in get_comparison_helper() function
1751 return get_comparison_helper(a, b, true); in get_comparison()
1756 return get_comparison_helper(a, b, false); in get_comparison_no_extra()