Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c1370 static void set_storage_class(struct position *pos, struct decl_state *ctx, int class) in set_storage_class() function
1391 set_storage_class(&next->pos, ctx, STypedef); in typedef_specifier()
1397 set_storage_class(&next->pos, ctx, SAuto); in auto_specifier()
1403 set_storage_class(&next->pos, ctx, SRegister); in register_specifier()
1409 set_storage_class(&next->pos, ctx, SStatic); in static_specifier()
1415 set_storage_class(&next->pos, ctx, SExtern); in extern_specifier()
1435 set_storage_class(&token->pos, ctx, SForced); in attribute_force()