HomeSort by relevance Sort by last modified time
    Searched refs:array_info (Results 1 - 6 of 6) sorted by null

  /external/ltrace/
type.c 190 info->u.array_info.elt_type = element_info;
191 info->u.array_info.own_info = own_info;
192 info->u.array_info.length = length_expr;
193 info->u.array_info.own_length = own_length;
199 if (info->u.array_info.own_info) {
200 type_destroy(info->u.array_info.elt_type);
201 free(info->u.array_info.elt_type);
203 if (info->u.array_info.own_length) {
204 expr_destroy(info->u.array_info.length);
205 free(info->u.array_info.length)
    [all...]
type.h 56 } array_info; member in union:arg_type_info::__anon19070
lens_default.c 432 if (value->type->u.array_info.elt_type->type != ARGTYPE_VOID)
438 value->type->u.array_info.length,
650 value->type->u.array_info.length,
value.c 233 if (expr_eval(val->type->u.array_info.length, val,
245 val->type->u.array_info.elt_type);
printf.c 64 = cb_args->type->u.ptr_info.info->u.array_info.elt_type;
  /external/ltrace/sysdeps/linux-gnu/x86/
fetch.c 432 return info->u.array_info.elt_type;
493 assert(expr_is_compile_constant(info->u.array_info.length));
496 if (expr_eval_constant(info->u.array_info.length, &l) < 0)

Completed in 85 milliseconds