Home
last modified time | relevance | path

Searched refs:handle_attributes (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c52 static struct token *handle_attributes(struct token *token, struct decl_state *ctx);
726 token = handle_attributes(token, &attr); in struct_union_enum_specifier()
768 token = handle_attributes(token, &attr); in struct_union_enum_specifier()
927 next = handle_attributes(next, &ctx); in parse_enum_declaration()
1697 static struct token *handle_attributes(struct token *token, struct decl_state *ctx) in handle_attributes() function
1786 next = handle_attributes(token->next, ctx); in direct_declarator()
1909 token = handle_attributes(token, &ctx); in declaration_list()
1949 token = handle_attributes(token, &ctx); in parameter_declaration()
2444 token = handle_attributes(token, &ctx); in handle_label_attributes()
2918 token = handle_attributes(toke in external_declaration()
[all...]

Completed in 4 milliseconds