Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_buf_size.c763 struct expression *fn_expr; in match_strndup() local
767 fn_expr = strip_expr(expr->right); in match_strndup()
768 size_expr = get_argument_from_call_expr(fn_expr->args, 1); in match_strndup()