Searched refs:no_add_attrs (Results 1 – 2 of 2) sorted by relevance
/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 131 bool *no_add_attrs) in handle_latent_entropy_attribute() argument 138 *no_add_attrs = true; in handle_latent_entropy_attribute() 145 *no_add_attrs = true; in handle_latent_entropy_attribute() 152 *no_add_attrs = true; in handle_latent_entropy_attribute() 161 *no_add_attrs = true; in handle_latent_entropy_attribute() 177 *no_add_attrs = true; in handle_latent_entropy_attribute() 216 *no_add_attrs = true; in handle_latent_entropy_attribute()
|
H A D | randomize_layout_plugin.c | 54 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_layout_attr() argument 58 *no_add_attrs = true; in handle_randomize_layout_attr() 77 *no_add_attrs = false; in handle_randomize_layout_attr() 94 *no_add_attrs = false; in handle_randomize_layout_attr() 100 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_considered_attr() argument 102 *no_add_attrs = false; in handle_randomize_considered_attr() 110 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_randomize_performed_attr() argument 112 *no_add_attrs = false; in handle_randomize_performed_attr()
|