Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dstructleak_plugin.c65 static struct attribute_spec user_attr = { }; variable
69 user_attr.name = "user"; in register_attributes()
70 user_attr.handler = handle_user_attribute; in register_attributes()
72 user_attr.affects_type_identity = true; in register_attributes()
75 register_attribute(&user_attr); in register_attributes()