return_type
int return_type = mdb_ctf_type_kind(mfp.mtf_return);
if ((return_type == CTF_K_STRUCT ||
return_type == CTF_K_UNION) &&
return_type(proc);
return_type(proc);
static void return_type(proc_list *);
if (lock->return_type == ret_one) {
} else if (lock->return_type == ret_any && lock->arg == RETURN_VAL) {
} else if (lock->return_type == ret_any) {
} else if (lock->return_type == ret_zero) {
} else if (lock->return_type == ret_valid_ptr) {
enum return_type return_type;
do_expression(u_lval(return_type), stmt->expression);
static struct symbol *return_type;
return_type = base_type(type);
struct symbol *return_type;
call_results_to_rl(call_expr, ret_info->return_type, argv[0], &rl);
ret_info.return_type = get_type(expr);
if (!ret_info.return_type)
ret_info.return_type = &llong_ctype;
ret_info.return_type = get_type(expr);
ret_info.return_type = get_real_base_type(ret_info.return_type);
if (!ret_info.return_type)
struct symbol *return_type;
return_type = get_real_base_type(cur_func_sym);
return_type = get_real_base_type(return_type);
if (return_type != &void_ctype) {
struct symbol *arg, *return_type, *arg_type;
return_type = get_real_base_type(type);
n = type_str_helper(buf, size, return_type);