Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_param_mapper.c54 if (param_was_set(tmp)) in match_call()
H A Dcheck_dereferences_param.c68 if (param_was_set(expr)) in check_deref()
H A Dcheck_frees_param_strict.c81 if (param_was_set(arg)) in match_free()
H A Dsmatch_parse_call_math.c393 if (!param_was_set(expr) && get_implied_value(expr, &sval) && !is_mtag_sval(sval)) { in format_expr_helper()
429 if (param_was_set(expr)) in get_value_in_terms_of_parameter_math()
H A Dsmatch_param_set.c313 int param_was_set(struct expression *expr) in param_was_set() function
H A Dsmatch.h1222 int param_was_set(struct expression *expr);