Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_buf_comparison.c488 static int match_size_binop(struct expression *size, struct expression *expr, int *limit_type) in match_size_binop() function
555 match_size_binop(size, arg, limit_type))) { in buf_size_param_comparison()
752 if (right->type == EXPR_BINOP && !match_size_binop(size, right, &limit_type)) in match_assign_size()