Lines Matching refs:AttributeDef
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()
12494 AttributeDef ad1; in post_type()
12582 static void type_decl(CType *type, AttributeDef *ad, int *v, int td) in type_decl()
12718 AttributeDef ad; in parse_expr_type()
12731 AttributeDef ad; in parse_type()
12752 AttributeDef ad; in unary()
12824 memset(&ad, 0, sizeof(AttributeDef)); in unary()
12843 memset(&ad, 0, sizeof(AttributeDef)); in unary()
14190 AttributeDef ad1; in decl_initializer()
14276 static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r, in decl_initializer_alloc()
14503 AttributeDef ad; in func_decl_list()
14635 AttributeDef ad; in decl()