Searched defs:AttributeDef (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c2225 typedef struct AttributeDef {
2231 } AttributeDef;
5414 static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r,
5446 static int parse_btype(CType *type, AttributeDef *ad);
5447 static void type_decl(CType *type, AttributeDef *ad, int *v, int td);
12024 static void parse_attribute(AttributeDef *ad)
12129 AttributeDef ad;
12309 static int parse_btype(CType *type, AttributeDef *ad)
12315 memset(ad, 0, sizeof(AttributeDef));
12492 static void post_type(CType *type, AttributeDef *a
2223 typedef struct AttributeDef { struct
2229 } AttributeDef; typedef in typeref:struct:AttributeDef
[all...]

Completed in 157 milliseconds