attributes_contain
dcs->d_used = attributes_contain(&$1, "maybe_unused");
dcs->d_noreturn = attributes_contain(&$1, "noreturn");
bool is_fallthrough = attributes_contain(&$1, "fallthrough");
bool attributes_contain(const attribute_list *, const char *);