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

/linux-master/scripts/gcc-plugins/
H A Dlatent_entropy_plugin.c131 bool *no_add_attrs)
138 *no_add_attrs = true;
145 *no_add_attrs = true;
152 *no_add_attrs = true;
161 *no_add_attrs = true;
177 *no_add_attrs = true;
216 *no_add_attrs = true;
128 handle_latent_entropy_attribute(tree *node, tree name, tree args __unused, int flags __unused, bool *no_add_attrs) argument
H A Dstructleak_plugin.c53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) argument
55 *no_add_attrs = true;
61 *no_add_attrs = false;
H A Drandomize_layout_plugin.c58 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) argument
62 *no_add_attrs = true;
95 *no_add_attrs = false;
101 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) argument
103 *no_add_attrs = false;
111 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) argument
113 *no_add_attrs = false;

Completed in 136 milliseconds