Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_extra.h45 int str_to_comparison_arg(const char *c, struct expression *call, int *comparison, struct expressio…
H A Dsmatch_ranges.c288 int str_to_comparison_arg(const char *str, struct expression *call, int *comparison, struct express… in str_to_comparison_arg() function
622 if (!str_to_comparison_arg(value, call, &comparison, &arg)) in str_to_dinfo()
H A Dsmatch_comparison.c1960 if (!str_to_comparison_arg(range, call, &comparison, &arg)) in __add_return_comparison()