Searched refs:decl_state (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | parse.c | 52 static struct token *handle_attributes(struct token *token, struct decl_state *ctx, unsigned int ke… 54 typedef struct token *declarator_t(struct token *, struct decl_state *); 81 struct decl_state *); 675 static void apply_modifiers(struct position pos, struct decl_state *ctx) in apply_modifiers() 718 struct token *token, struct decl_state *ctx, in struct_union_enum_specifier() 741 struct decl_state attr = { .ctype.base_type = sym, }; in struct_union_enum_specifier() 801 static struct token *struct_specifier(struct token *token, struct decl_state *ctx) in struct_specifier() 806 static struct token *union_specifier(struct token *token, struct decl_state *ctx) in union_specifier() 1040 static struct token *enum_specifier(struct token *token, struct decl_state *ctx) in enum_specifier() 1051 static struct token *typeof_specifier(struct token *token, struct decl_state *ctx) in typeof_specifier() [all …]
|
H A D | symbol.h | 108 struct decl_state { struct 123 struct token *(*declarator)(struct token *token, struct decl_state *ctx); argument 126 struct token *(*attribute)(struct token *token, struct symbol *attr, struct decl_state *ctx);
|