Searched refs:elt_type (Results 1 - 8 of 8) sorted by relevance

/external/ltrace/
H A Dprintf.c64 = 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,
121 form_next_param(struct param_enum *self, enum arg_type format_type, enum arg_type elt_type, unsigned hlf, unsigned lng, char *len_buf, size_t len_buf_len, struct arg_type_info *infop) argument
H A Dtype.c190 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...]
H A Dtype.h52 struct arg_type_info *elt_type; member in struct:arg_type_info::__anon26679::__anon26680
H A Dvalue.c245 val->type->u.array_info.elt_type);
H A Dlens_default.c432 if (value->type->u.array_info.elt_type->type != ARGTYPE_VOID)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h27 #define CONCAT2(name, elt_type) name ## elt_type
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h27 #define CONCAT2(name, elt_type) name ## elt_type
28 #define CONCAT(name, elt_type) CONCAT2(name, elt_type)
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dfetch.c432 return info->u.array_info.elt_type;

Completed in 126 milliseconds