Home
last modified time | relevance | path

Searched refs:elt_type (Results 1 – 7 of 7) sorted by relevance

/external/ltrace/
Dtype.c190 info->u.array_info.elt_type = element_info; in type_init_array()
200 type_destroy(info->u.array_info.elt_type); in type_array_destroy()
201 free(info->u.array_info.elt_type); in type_array_destroy()
315 struct arg_type_info *elt_type; in type_clone() local
316 if (type_alloc_and_clone(&elt_type, info->u.array_info.elt_type, in type_clone()
321 type_init_array(retp, elt_type, info->u.array_info.own_info, in type_clone()
435 = type->u.array_info.elt_type; in type_sizeof()
500 return type_alignof(proc, type->u.array_info.elt_type); in type_alignof()
522 alignment = type_alignof(proc, type->u.array_info.elt_type); in type_offsetof()
526 size = type_sizeof(proc, type->u.array_info.elt_type); in type_offsetof()
[all …]
Dprintf.c64 = cb_args->type->u.ptr_info.info->u.array_info.elt_type; in param_printf_init()
122 enum arg_type format_type, enum arg_type elt_type, in form_next_param() argument
139 elt_info = type_get_simple(elt_type); in form_next_param()
210 enum arg_type elt_type = ARGTYPE_VOID; in param_printf_next() local
340 elt_type = lng == 0 ? ARGTYPE_CHAR : ARGTYPE_INT; in param_printf_next()
348 elt_type = ARGTYPE_VOID; in param_printf_next()
366 if (form_next_param(self, format_type, elt_type, hlf, lng, in param_printf_next()
Dtype.h52 struct arg_type_info *elt_type; member
Dvalue.c245 val->type->u.array_info.elt_type); in value_size()
Dlens_default.c432 if (value->type->u.array_info.elt_type->type != ARGTYPE_VOID) in toplevel_format_lens()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h27 #define CONCAT2(name, elt_type) name ## elt_type argument
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type) argument
/external/ltrace/sysdeps/linux-gnu/x86/
Dfetch.c432 return info->u.array_info.elt_type; in get_array_field()