Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_trinity_generator.c52 if (!get_function() || !cur_func_sym) in match_return()
54 if (strncmp(get_function(), "SYSC_", 5) != 0) in match_return()
58 name = get_function() + 5; in match_return()
H A Dcheck_implicit_dependencies_tester.c45 printf("%s:%d %s() ", get_filename(), get_lineno(), get_function()); in prefix()
61 name = get_function(); in match_syscall_definition()
92 printf("exiting scope of syscall %s\n", get_function()); in match_after_syscall()
H A Dcheck_return_efault.c91 cur_func = get_function(); in match_return_call()
108 rl = db_return_vals_from_str(get_function()); in match_return_call()
H A Dcheck_capable.c45 if (get_function() && strcmp(get_function(), "capable") == 0) in match_ns_capable()
H A Dsmatch_project.c39 func = get_function(); in is_skipped_function()
58 func = get_function(); in is_silenced_function()
H A Dsmatch_mtag.c150 snprintf(buf, sizeof(buf), "%s %s %s %s", get_filename(), get_function(), in get_mtag_return()
215 get_filename(), get_function(), sym->ident->name); in get_symbol_mtag()
276 snprintf(buf, sizeof(buf), "%s %s %s", get_filename(), get_function(), name); in swap_mtag_seed()
H A Dsmatch_db.c148 if (!get_function()) { in replace_return_ranges()
153 if (strcmp(replace_table[i + 0], get_function()) == 0) { in replace_return_ranges()
190 snprintf(buf, sizeof(buf), "extern %s", get_function()); in set_fn_mtag()
210 get_base_file(), get_function(), id, return_id, in sql_insert_return_states()
257 get_base_file(), get_function(), fn, (unsigned long)call, in sql_insert_caller_info()
272 get_base_file(), get_function(), fn, is_static(call->fn), in sql_insert_caller_info()
288 get_base_file(), get_function(), (unsigned long)__inline_fn, in sql_insert_return_implies()
295 get_base_file(), get_function(), (unsigned long)__inline_fn, in sql_insert_call_implies()
327 get_base_file(), get_function(), fn_static(), param, value); in sql_insert_function_type()
333 get_base_file(), get_function(), fn_static(), param, value); in sql_insert_parameter_name()
[all …]
H A Dcheck_type.c24 char *cur_func = get_function(); in in_function()
H A Dsmatch_function_ptrs.c146 snprintf(buf, sizeof(buf), "%s ptr", get_function()); in ptr_prefix()
217 snprintf(buf, sizeof(buf), "%s param %d", get_function(), param); in get_fnptr_name()
394 snprintf(ptr_name, sizeof(ptr_name), "r %s()", get_function()); in match_returns_function_pointer()
H A Dcheck_wine_WtoA.c36 char *func = get_function(); in match_function_def()
H A Dcheck_implicit_dependencies.c26 printf("%s:%d %s() ", get_filename(), get_lineno(), get_function()); in prefix()
43 name = get_function(); in match_syscall_definition()
H A Dcheck_stack.c68 sm_printf("%s:%d %s() ", get_filename(), max_lineno, get_function()); in match_end_func()
H A Dsmatch_capped.c312 if (option_project == PROJ_KERNEL && get_function() && in print_return_implies_capped()
313 strstr(get_function(), "nla_get_")) in print_return_implies_capped()
H A Dsmatch_ignore.c65 name = get_function(); in is_ignored_expr()
H A Dcheck_puts_argument.c98 sm_info("puts_arg %s %d", get_function(), i); in print_arg()
H A Dcheck_frees_argument.c100 sm_info("free_arg %s %d", get_function(), i); in print_arg()
H A Dcheck_unused_ret.c186 sm_printf("%s:%d %s() ", get_filename(), tmp->line, get_function()); in match_end_func()
H A Dcheck_arm64_tagged.c240 …sm_warning("comparison of a potentially tagged address (%s, %d, %s)", get_function(), get_param_nu… in match_condition()
H A Dcheck_double_checking.c257 sm_printf("%s:%d %s() ", get_filename(), get_check_line(sm), get_function()); in after_loop()
H A Dsmatch.h214 char *get_function(void);
262 sm_printf("%s: %s:%d %s() ", progname, get_filename(), get_lineno(), get_function()); in sm_prefix()
H A Dsmatch_buf_comparison.c792 get_base_file(), get_function(), fn_static(), in match_copy()
H A Dsmatch_slist.c503 get_filename(), get_lineno(), get_function(), in merge_sm_states()
H A Dcheck_kernel_printf.c1173 const char *caller = get_function(); in check_printf_call()
H A Dsmatch_kernel_user_data.c1222 name = get_function(); in match_syscall_definition()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dsmatch.common_functions10 get_function

12