Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_param_to_mtag_data.c147 gen_expr = gen_expression_from_key(arg, key); in assign_to_alias()
H A Dsmatch_return_to_param.c173 new = gen_expression_from_key(arg, buf); in store_mapping_helper()
H A Dsmatch_expressions.c254 struct expression *gen_expression_from_key(struct expression *arg, const char *key) in gen_expression_from_key() function
H A Dsmatch_extra.h225 struct expression *gen_expression_from_key(struct expression *arg, const char *key);
H A Dcheck_debug.c732 new = gen_expression_from_key(arg, str->string->data); in match_expr()
H A Dsmatch_function_hooks.c445 right = gen_expression_from_key(arg, buf); in fake_a_param_assignment()
H A Dsmatch_ranges.c281 *arg = gen_expression_from_key(*arg, buf); in str_to_comparison_arg_helper()
H A Dsmatch_extra.c2686 gen_expr = gen_expression_from_key(arg, key); in db_param_add_set()