Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.h1124 int get_comparison_no_extra(struct expression *a, struct expression *b);
H A Dsmatch_comparison.c1754 int get_comparison_no_extra(struct expression *a, struct expression *b) in get_comparison_no_extra() function
H A Dsmatch_extra.c1135 comparison = get_comparison_no_extra(left, right); in match_vanilla_assign()