is_either
if (is_either(name, "packed", "__packed__"))
else if (is_either(name, "used", "__used__") ||
is_either(name, "constructor", "__constructor__") ||
is_either(name, "unused", "__unused__"))
else if (is_either(name, "fallthrough", "__fallthrough__"))
else if (is_either(name, "noreturn", "__noreturn__"))
if (is_either(name, "aligned", "__aligned__")
if (is_either(name, "mode", "__mode__")