usr/src/tools/smatch/src/check_access_ok_math.c
72
size_expr = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_all_func_returns.c
59
const char *arg0 = expr_to_str(get_argument_from_call_expr(expr->args, 0));
usr/src/tools/smatch/src/check_atomic_inc_dec.c
110
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/check_atomic_inc_dec.c
221
amount = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_bit_shift.c
141
arg_expr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_bogus_irqrestore.c
27
arg_expr = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_capable.c
32
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_capable.c
48
arg = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_cmn_err.c
37
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
103
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
124
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
141
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
155
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
169
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
186
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
207
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
223
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
235
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
252
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
269
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
284
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
301
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
315
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
333
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
358
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
377
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
396
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
422
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
463
one = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
464
two = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_debug.c
490
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
54
check_arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
547
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
567
one = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
568
two = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_debug.c
583
one = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
59
state_arg = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_debug.c
595
one = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_debug.c
598
two = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/check_debug.c
637
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
666
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
682
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
696
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
708
container = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
709
x = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_debug.c
724
str = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_debug.c
725
arg = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_debug.c
82
check_arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_deref.c
235
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/check_dev_queue_xmit.c
79
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_dev_queue_xmit.c
89
arg = get_argument_from_call_expr(expr->args, PTR_INT(param));
usr/src/tools/smatch/src/check_dma_on_stack.c
28
arg = get_argument_from_call_expr(expr->args, PTR_INT(param));
usr/src/tools/smatch/src/check_err_ptr_deref.c
105
arg = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_err_ptr_deref.c
117
arg = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_err_ptr_deref.c
136
arg = get_argument_from_call_expr(expr->args, arg_nr);
usr/src/tools/smatch/src/check_err_ptr_deref.c
178
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_err_ptr_deref.c
196
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_expects_err_ptr.c
76
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_free.c
214
arg = get_argument_from_call_expr(expr->args, PTR_INT(param));
usr/src/tools/smatch/src/check_free_strict.c
228
arg = get_argument_from_call_expr(expr->args, PTR_INT(param));
usr/src/tools/smatch/src/check_free_strict.c
252
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/check_free_strict.c
320
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/check_freeing_devm.c
35
arg_expr = get_argument_from_call_expr(expr->args, arg);
usr/src/tools/smatch/src/check_freeing_null.c
28
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_frees_argument.c
57
tmp = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_frees_param.c
56
arg = get_argument_from_call_expr(expr->args, PTR_INT(param));
usr/src/tools/smatch/src/check_frees_param_strict.c
100
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/check_frees_param_strict.c
70
arg = get_argument_from_call_expr(expr->args, PTR_INT(param));
usr/src/tools/smatch/src/check_gfp_dma.c
35
arg_expr = get_argument_from_call_expr(expr->args, arg_nr);
usr/src/tools/smatch/src/check_held_dev.c
40
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_held_dev.c
48
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_info_leak.c
55
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_info_leak.c
71
src = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_input_free_device.c
43
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_input_free_device.c
52
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_kernel.c
111
arg = get_argument_from_call_expr(call_expr->args, param);
usr/src/tools/smatch/src/check_kernel.c
131
arg = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_kernel.c
147
arg = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_kernel.c
212
size_arg = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/check_kernel.c
214
start_arg = get_argument_from_call_expr(call->args, 2);
usr/src/tools/smatch/src/check_kernel.c
244
arg = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_kernel.c
34
arg = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_kernel.c
358
dest = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_kernel.c
363
data = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/check_kernel.c
389
data = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_kernel.c
394
dest = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/check_kernel.c
418
cl = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_kernel.c
419
fn = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/check_kernel.c
89
arg = get_argument_from_call_expr(call_expr->args, param);
usr/src/tools/smatch/src/check_kernel_printf.c
1067
arg = get_argument_from_call_expr(callexpr->args, vaidx++);
usr/src/tools/smatch/src/check_kernel_printf.c
1156
if (get_argument_from_call_expr(callexpr->args, vaidx))
usr/src/tools/smatch/src/check_kernel_printf.c
1198
fmtexpr = get_argument_from_call_expr(callexpr->args, fmtidx);
usr/src/tools/smatch/src/check_kmalloc_wrong_size.c
58
arg = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/check_kmalloc_wrong_size.c
79
arg = get_argument_from_call_expr(call->args, arg_nr);
usr/src/tools/smatch/src/check_kunmap.c
47
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_kunmap.c
56
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_kunmap.c
70
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_locking.c
1135
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/check_locking.c
1234
lock = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_locking.c
1235
ctx = get_argument_from_call_expr(call_expr->args, 1);
usr/src/tools/smatch/src/check_locking.c
449
expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_locking.c
480
arg = get_argument_from_call_expr(expr->args, lock->arg);
usr/src/tools/smatch/src/check_locking.c
661
arg = get_argument_from_call_expr(expr->args, info->param);
usr/src/tools/smatch/src/check_memcpy_overflow.c
245
dest = get_argument_from_call_expr(expr->args, limiter->buf_arg);
usr/src/tools/smatch/src/check_memcpy_overflow.c
246
limit = get_argument_from_call_expr(expr->args, limiter->limit_arg);
usr/src/tools/smatch/src/check_memset.c
48
arg_expr = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/check_mod_timer.c
28
arg = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_nospec.c
163
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/check_platform_device_put.c
34
arg_expr = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_platform_device_put.c
43
arg_expr = get_argument_from_call_expr(call_expr->args, 0);
usr/src/tools/smatch/src/check_platform_device_put.c
52
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_proc_create.c
39
arg_expr = get_argument_from_call_expr(expr->args, param_index[idx].mode_param);
usr/src/tools/smatch/src/check_proc_create.c
44
arg_expr = get_argument_from_call_expr(expr->args, param_index[idx].name_param);
usr/src/tools/smatch/src/check_puts_argument.c
55
tmp = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_release_resource.c
37
arg_expr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_release_resource.c
55
arg_expr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_resource_size.c
64
arg_expr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_rosenberg.c
133
ptr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_rosenberg.c
276
data = get_argument_from_call_expr(expr->args, arg);
usr/src/tools/smatch/src/check_snprintf.c
36
arg = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/check_snprintf_overflow.c
32
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_snprintf_overflow.c
33
dest_size_expr = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_snprintf_overflow.c
34
format_string = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/check_snprintf_overflow.c
35
data = get_argument_from_call_expr(expr->args, 3);
usr/src/tools/smatch/src/check_sprintf_overflow.c
30
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_sprintf_overflow.c
31
format_string = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_sprintf_overflow.c
32
data = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/check_strcpy_overflow.c
29
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_strcpy_overflow.c
30
data = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/check_string_len.c
124
arg = get_argument_from_call_expr(call->args, *arg_nr);
usr/src/tools/smatch/src/check_string_len.c
184
expr = get_argument_from_call_expr(call->args, arg);
usr/src/tools/smatch/src/check_string_len.c
227
dest = get_argument_from_call_expr(call->args, params->buf_or_limit);
usr/src/tools/smatch/src/check_struct_type.c
40
arg = get_argument_from_call_expr(call->args, size_arg);
usr/src/tools/smatch/src/check_syscall_arg_type.c
138
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_template.c
73
sem_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_test_bit.c
28
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_type.c
39
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_uninitialized.c
326
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/check_uninitialized.c
339
arg = get_argument_from_call_expr(expr->args, arg_nr);
usr/src/tools/smatch/src/check_unwind.c
109
arg_expr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_unwind.c
63
arg_expr = get_argument_from_call_expr(expr->args, arg_no);
usr/src/tools/smatch/src/check_unwind.c
83
arg_expr = get_argument_from_call_expr(call_expr->args, arg_no);
usr/src/tools/smatch/src/check_unwind.c
99
arg_expr = get_argument_from_call_expr(call_expr->args, arg_no);
usr/src/tools/smatch/src/check_wine.c
33
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_wrong_size_arg.c
28
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/check_zero_to_err_ptr.c
130
arg_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/check_zero_to_err_ptr.c
73
next = get_argument_from_call_expr(next->args, 0);
usr/src/tools/smatch/src/smatch.h
390
struct expression *get_argument_from_call_expr(struct expression_list *args,
usr/src/tools/smatch/src/smatch_about_fn_ptr_arg.c
210
arg = get_argument_from_call_expr(call->args, data_nr);
usr/src/tools/smatch/src/smatch_annotate.c
32
expr = get_argument_from_call_expr(call->args, arg);
usr/src/tools/smatch/src/smatch_array_values.c
198
dest = get_argument_from_call_expr(expr->args, arg);
usr/src/tools/smatch/src/smatch_assigned_expr.c
124
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_assigned_expr.c
125
right = get_argument_from_call_expr(expr->args, right_param);
usr/src/tools/smatch/src/smatch_buf_comparison.c
212
arg = get_argument_from_call_expr(call->args, size_arg);
usr/src/tools/smatch/src/smatch_buf_comparison.c
226
arg = get_argument_from_call_expr(call->args, start_arg);
usr/src/tools/smatch/src/smatch_buf_comparison.c
229
arg = get_argument_from_call_expr(call->args, start_arg + 1);
usr/src/tools/smatch/src/smatch_buf_comparison.c
777
src = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_buf_comparison.c
778
size = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/smatch_buf_size.c
728
arg = get_argument_from_call_expr(right->args, size_arg);
usr/src/tools/smatch/src/smatch_buf_size.c
742
nr = get_argument_from_call_expr(right->args, param);
usr/src/tools/smatch/src/smatch_buf_size.c
743
size = get_argument_from_call_expr(right->args, param + 1);
usr/src/tools/smatch/src/smatch_buf_size.c
768
size_expr = get_argument_from_call_expr(fn_expr->args, 1);
usr/src/tools/smatch/src/smatch_buf_size.c
786
arg = get_argument_from_call_expr(right->args, order_arg);
usr/src/tools/smatch/src/smatch_common_functions.c
27
str = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/smatch_common_functions.c
53
limit = get_argument_from_call_expr(call->args, 1);
usr/src/tools/smatch/src/smatch_comparison.c
2480
left_arg = get_argument_from_call_expr(expr->args, left_param);
usr/src/tools/smatch/src/smatch_comparison.c
2488
right_arg = get_argument_from_call_expr(expr->args, right_param);
usr/src/tools/smatch/src/smatch_comparison.c
2531
left_arg = get_argument_from_call_expr(expr->args, left_param);
usr/src/tools/smatch/src/smatch_comparison.c
2535
right_arg = get_argument_from_call_expr(expr->args, right_param);
usr/src/tools/smatch/src/smatch_constraints_required.c
220
arg = get_argument_from_call_expr(call->args, size_arg);
usr/src/tools/smatch/src/smatch_constraints_required.c
235
size = get_argument_from_call_expr(call->args, start_arg);
usr/src/tools/smatch/src/smatch_constraints_required.c
238
count = get_argument_from_call_expr(call->args, start_arg + 1);
usr/src/tools/smatch/src/smatch_constraints_required.c
240
size = get_argument_from_call_expr(call->args, start_arg + 1);
usr/src/tools/smatch/src/smatch_constraints_required.c
243
count = get_argument_from_call_expr(call->args, start_arg);
usr/src/tools/smatch/src/smatch_constraints_required.c
353
arg = get_argument_from_call_expr(right->args, size_arg);
usr/src/tools/smatch/src/smatch_constraints_required.c
357
arg = get_argument_from_call_expr(right->args, size_arg2);
usr/src/tools/smatch/src/smatch_db.c
1281
arg = get_argument_from_call_expr(info->expr->args, param);
usr/src/tools/smatch/src/smatch_db.c
2593
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_extra.c
1178
right = get_argument_from_call_expr(right->args, 0);
usr/src/tools/smatch/src/smatch_extra.c
2594
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_extra.c
2675
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_extra.c
2729
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_flow.c
313
a = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_flow.c
314
b = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_flow.c
315
res = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/smatch_flow.c
329
const_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_flow.c
330
expr1 = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_flow.c
331
expr2 = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/smatch_flow.c
353
const_expr = get_argument_from_call_expr(right->args, 0);
usr/src/tools/smatch/src/smatch_flow.c
354
expr1 = get_argument_from_call_expr(right->args, 1);
usr/src/tools/smatch/src/smatch_flow.c
355
expr2 = get_argument_from_call_expr(right->args, 2);
usr/src/tools/smatch/src/smatch_fn_arg_link.c
168
arg = get_argument_from_call_expr(call->args, data_nr);
usr/src/tools/smatch/src/smatch_fn_arg_link.c
86
arg = get_argument_from_call_expr(call->args, 0);
usr/src/tools/smatch/src/smatch_function_hooks.c
427
arg = get_argument_from_call_expr(right->args, param);
usr/src/tools/smatch/src/smatch_function_hooks.c
537
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_function_hooks.c
560
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_function_ptrs.c
46
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_helper.c
798
expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_implied.c
1034
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1122
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1303
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1334
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
304
dest = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
351
str = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
355
format = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_math.c
1159
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_math.c
1192
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_math.c
1205
const_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_math.c
1206
expr1 = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_math.c
1207
expr2 = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/smatch_math.c
1233
arg = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_modification_hooks.c
165
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_nul_terminator.c
247
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_nul_terminator.c
297
arg = get_argument_from_call_expr(left->args, 0);
usr/src/tools/smatch/src/smatch_param_cleared.c
141
inout = get_argument_from_call_expr(expr->args, 3);
usr/src/tools/smatch/src/smatch_param_cleared.c
49
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_param_compare_limit.c
326
left_arg = get_argument_from_call_expr(expr->args, left_param);
usr/src/tools/smatch/src/smatch_param_compare_limit.c
330
right_arg = get_argument_from_call_expr(expr->args, right_param);
usr/src/tools/smatch/src/smatch_param_to_mtag_data.c
118
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_param_to_mtag_data.c
143
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_parse_call_math.c
130
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_parse_call_math.c
478
size_expr = get_argument_from_call_expr(right->args, size_arg);
usr/src/tools/smatch/src/smatch_parse_call_math.c
498
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_parse_call_math.c
511
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_ranges.c
269
*arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_ranges.c
526
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_return_to_param.c
169
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_strings.c
65
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_strings.c
66
src = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_strlen.c
114
str = get_argument_from_call_expr(left->args, 0);
usr/src/tools/smatch/src/smatch_strlen.c
118
str = get_argument_from_call_expr(right->args, 0);
usr/src/tools/smatch/src/smatch_strlen.c
171
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_strlen.c
172
dest_size_expr = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_strlen.c
191
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_strlen.c
192
src = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_strlen.c
193
limit_expr = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/smatch_strlen.c
213
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_strlen.c
214
src = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_strlen.c
81
str = get_argument_from_call_expr(right->args, 0);
usr/src/tools/smatch/src/smatch_struct_assignment.c
399
arg = get_argument_from_call_expr(call->args, param);
usr/src/tools/smatch/src/smatch_struct_assignment.c
436
buf = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_struct_assignment.c
437
val = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_struct_assignment.c
448
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_struct_assignment.c
449
src = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_struct_assignment.c
467
arg = get_argument_from_call_expr(right->args, 0);
usr/src/tools/smatch/src/smatch_struct_assignment.c
475
dest = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_struct_assignment.c
554
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_type.c
169
const_expr = get_argument_from_call_expr(expr->args, 0);
usr/src/tools/smatch/src/smatch_type.c
170
expr1 = get_argument_from_call_expr(expr->args, 1);
usr/src/tools/smatch/src/smatch_type.c
171
expr2 = get_argument_from_call_expr(expr->args, 2);
usr/src/tools/smatch/src/smatch_type_val.c
606
arg = get_argument_from_call_expr(expr->args, param);
usr/src/tools/smatch/src/smatch_untracked_param.c
92
arg = get_argument_from_call_expr(expr->args, param);