Searched refs:struct_field (Results 1 – 2 of 2) sorted by relevance
/external/ltrace/ |
D | type.c | 83 struct struct_field { struct 92 VECT_INIT(&info->u.entries, struct struct_field); in type_init_struct() argument 100 struct struct_field field = { field_info, own }; in type_struct_add() 108 return VECT_ELEMENT(&info->u.entries, struct struct_field, idx)->info; in type_struct_get() 119 struct_field_dtor(struct struct_field *field, void *data) in struct_field_dtor() 130 VECT_DESTROY(&info->u.entries, struct struct_field, in type_struct_destroy() 147 struct struct_field *field in layout_struct() 149 struct struct_field, i); in layout_struct() 281 clone_struct_add_field(const struct struct_field *field, void *data) in clone_struct_add_field() 307 if (VECT_EACH_CST(&info->u.entries, struct struct_field, NULL, in type_clone()
|
/external/valgrind/perf/ |
D | tinycc.c | 13855 goto struct_field; in decl_designator() 13891 struct_field: in decl_designator()
|