Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_parse_call_math.c416 return alloc_sname(buf); in format_expr()
439 return alloc_sname(buf); in get_value_in_terms_of_parameter_math()
466 return alloc_sname(buf); in get_value_in_terms_of_parameter_math_var_sym()
536 return alloc_sname(buf); in swap_format()
546 buf_size_recipe = alloc_sname(argv[0]); in db_buf_size_callback()
548 buf_size_recipe = alloc_sname("invalid"); in db_buf_size_callback()
572 buf_size_recipe = alloc_sname(buf); in get_allocation_recipe_from_call()
H A Dsmatch_db.c100 return alloc_sname(str); in escape_newlines()
104 return alloc_sname(buf); in escape_newlines()
884 ret = alloc_sname(buf); in sm_to_arg_name()
1373 return alloc_sname(buf); in get_fn_param_str()
1398 return alloc_sname(buf); in get_return_compare_is_param()
1429 return alloc_sname(""); in get_return_ranges_str()
1456 return alloc_sname(buf); in get_return_ranges_str()
1460 return alloc_sname(buf); in get_return_ranges_str()
1464 return alloc_sname(buf); in get_return_ranges_str()
1469 return alloc_sname(buf); in get_return_ranges_str()
[all …]
H A Dsmatch_stored_conditions.c67 state->name = alloc_sname(buf); in alloc_link_state()
147 state->name = alloc_sname("true"); in alloc_state()
149 state->name = alloc_sname("false"); in alloc_state()
H A Dsmatch_array_values.c74 return alloc_sname(buf); in get_toplevel_name()
87 return alloc_sname(buf); in get_member_array()
H A Dsmatch_comparison.c83 data->left_var = alloc_sname(left_var); in alloc_compare_state()
87 data->right_var = alloc_sname(right_var); in alloc_compare_state()
601 state->name = alloc_sname(buf); in alloc_link_state()
628 NULL, alloc_sname(orig), right_vsl); in save_start_states()
631 link = alloc_sname(state_name); in save_start_states()
661 new = alloc_sname(link); in save_link_var_sym()
1996 return alloc_sname(buf); in get_mask_comparison()
2030 ret_str = alloc_sname(buf); in range_comparison_to_param_helper()
2064 return alloc_sname(buf); in name_sym_to_param_comparison()
2105 ret_str = alloc_sname(buf); in expr_param_comparison()
[all …]
H A Dsmatch_sval.c785 return alloc_sname(buf); in fp_to_str()
825 return alloc_sname(buf); in sval_to_str()
838 return alloc_sname(buf); in sval_to_str_or_err_ptr()
858 return alloc_sname(buf); in sval_to_numstr()
H A Dsmatch_param_compare_limit.c57 state->name = alloc_sname(buf); in alloc_link_state()
84 new = alloc_sname(link); in save_link_var_sym()
H A Dsmatch_links.c45 state->name = alloc_sname(buf); in alloc_link()
H A Dcheck_missing_break.c60 state->name = alloc_sname(name); in alloc_my_state()
H A Dcheck_macro_side_effects.c39 state->name = alloc_sname(name); in alloc_my_state()
H A Dsmatch_strings.c31 *ret = alloc_sname(argv[0]); in get_str()
H A Dsmatch_slist.h25 char *alloc_sname(const char *str);
H A Dsmatch_buf_comparison.c122 state->name = alloc_sname(buf); in alloc_compare_size()
338 return alloc_sname(buf); in vsl_to_data_info_name()
347 return alloc_sname(buf); in vsl_to_data_info_name()
H A Dsmatch_param_to_mtag_data.c63 state->name = alloc_sname(name); in alloc_tag_data_state()
H A Dsmatch_return_to_param.c39 state->name = alloc_sname(name); in alloc_my_state()
H A Dsmatch_modification_hooks.c61 state->name = alloc_sname(name); in alloc_my_state()
H A Dsmatch_integer_overflow.c31 state->name = alloc_sname("safe"); in safe_state()
H A Dcheck_rosenberg.c306 state->name = alloc_sname(name); in alloc_expr_state()
H A Dsmatch_slist.c195 sm_state->name = alloc_sname(name); in alloc_sm_state()
275 char *alloc_sname(const char *str) in alloc_sname() function
H A Dsmatch_bits.c51 state->name = alloc_sname(buf); in alloc_bstate()
H A Dsmatch_struct_assignment.c354 new_sm->name = alloc_sname(new_name); in copy_containter_states()
H A Dsmatch_helper.c117 state->name = alloc_sname(name); in alloc_state_expr()
H A Dsmatch_function_hooks.c384 db_info->ret_str = alloc_sname(ret_str), in store_return_state()
H A Dsmatch_flow.c605 return alloc_sname(buf); in get_loop_name()
H A Dsmatch_ranges.c100 return alloc_sname(full); in show_rl()