Home
last modified time | relevance | path

Searched refs:decl_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c54 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()
1356 static unsigned long storage_modifiers(struct decl_state *ctx) in storage_modifiers()
1889 static struct token *pointer(struct token *token, struct decl_state *ctx) in pointer()
1965 struct decl_state ctx = {.prefer_abstract = 0}; in declaration_list()
2015 struct decl_state ctx = {.prefer_abstract = 1}; in parameter_declaration()
2031 struct decl_state ctx = {.prefer_abstract = 1}; in typename()
[all …]
H A Dsymbol.h108 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);