compare_type
{"type", "Type", SZ_EL(ap_type), compare_type, print_type, set_type_flt},
static int compare_type(cfga_list_data_t *, cfga_list_data_t *, match_type_t);
struct symbol *compare_type, *var_type;
compare_type = get_arg_type(expr->fn, param);
compare_type = get_member_type_from_key(arg, key);
call_results_to_rl(expr, compare_type, value, &limit);
rl = alloc_whole_rl(compare_type);
if (op == PARAM_LIMIT && !rl_fits_in_type(rl, compare_type))
struct symbol *compare_type;
compare_type = get_arg_type(expr->fn, param);
compare_type = get_member_type_from_key(arg, key);
passed = cast_rl(compare_type, passed);
call_results_to_rl(expr, compare_type, value, &limit);
struct symbol *compare_type;
compare_type = get_arg_type(expr->fn, param);
compare_type = get_member_type_from_key(arg, key);
orig = cast_rl(compare_type, orig);
call_results_to_rl(expr, compare_type, value, &limit);