Searched refs:AttributeDef (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/perf/ |
D | tinycc.c | 2223 typedef struct AttributeDef { struct 2229 } AttributeDef; argument 5412 static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r, 5444 static int parse_btype(CType *type, AttributeDef *ad); 5445 static void type_decl(CType *type, AttributeDef *ad, int *v, int td); 12022 static void parse_attribute(AttributeDef *ad) in parse_attribute() 12127 AttributeDef ad; in struct_decl() 12307 static int parse_btype(CType *type, AttributeDef *ad) in parse_btype() 12313 memset(ad, 0, sizeof(AttributeDef)); in parse_btype() 12490 static void post_type(CType *type, AttributeDef *ad) in post_type() [all …]
|