Symbol: call_results_to_rl
usr/src/tools/smatch/src/check_debug.c
603
call_results_to_rl(call, type, two->string->data, rl);
usr/src/tools/smatch/src/check_kernel.c
117
call_results_to_rl(call_expr, &ptr_ctype, "0,(-4095)-(-1)", &rl);
usr/src/tools/smatch/src/smatch_buf_size.c
278
call_results_to_rl(call, &int_ctype, math, &rl);
usr/src/tools/smatch/src/smatch_db.c
711
call_results_to_rl(call_expr, ret_info->return_type, argv[0], &rl);
usr/src/tools/smatch/src/smatch_extra.c
2603
call_results_to_rl(expr, compare_type, value, &limit);
usr/src/tools/smatch/src/smatch_extra.c
2692
call_results_to_rl(expr, arg_type, value, &added);
usr/src/tools/smatch/src/smatch_extra.c
2762
call_results_to_rl(call, type, value, &rl);
usr/src/tools/smatch/src/smatch_extra.h
47
void call_results_to_rl(struct expression *call, struct symbol *type, const char *value, struct range_list **rl);
usr/src/tools/smatch/src/smatch_function_hooks.c
1146
call_results_to_rl(db_info->expr, get_type(strip_expr(db_info->expr)), ret_str, &ret_range);
usr/src/tools/smatch/src/smatch_function_hooks.c
592
call_results_to_rl(expr, compare_type, value, &limit);
usr/src/tools/smatch/src/smatch_function_hooks.c
694
call_results_to_rl(db_info->expr, get_type(strip_expr(db_info->expr)), ret_str, &ret_range);
usr/src/tools/smatch/src/smatch_function_hooks.c
957
call_results_to_rl(db_info->expr->right, get_type(strip_expr(db_info->expr->right)), ret_str, &ret_range);
usr/src/tools/smatch/src/smatch_implied.c
1058
call_results_to_rl(expr, compare_type, value, &limit);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1250
call_results_to_rl(expr, type, value, &rl);
usr/src/tools/smatch/src/smatch_kernel_user_data.c
1268
call_results_to_rl(expr, type, value, &rl);
usr/src/tools/smatch/src/smatch_type_val.c
631
call_results_to_rl(expr, type, value, &rl);