HomeSort by relevance Sort by last modified time
    Searched defs:elt_type (Results 1 - 3 of 3) sorted by null

  /external/ltrace/
type.h 52 struct arg_type_info *elt_type; member in struct:arg_type_info::__anon10377::__anon10378
printf.c 64 = cb_args->type->u.ptr_info.info->u.array_info.elt_type;
122 enum arg_type format_type, enum arg_type elt_type,
139 elt_info = type_get_simple(elt_type);
210 enum arg_type elt_type = ARGTYPE_VOID; local
340 elt_type = lng == 0 ? ARGTYPE_CHAR : ARGTYPE_INT;
348 elt_type = ARGTYPE_VOID;
366 if (form_next_param(self, format_type, elt_type, hlf, lng,
type.c 190 info->u.array_info.elt_type = element_info;
200 type_destroy(info->u.array_info.elt_type);
201 free(info->u.array_info.elt_type);
315 struct arg_type_info *elt_type; local
316 if (type_alloc_and_clone(&elt_type, info->u.array_info.elt_type,
321 type_init_array(retp, elt_type, info->u.array_info.own_info,
435 = type->u.array_info.elt_type;
500 return type_alignof(proc, type->u.array_info.elt_type);
522 alignment = type_alignof(proc, type->u.array_info.elt_type);
    [all...]

Completed in 3337 milliseconds