lookup_attribute  282 scripts/gcc-plugins/latent_entropy_plugin.c 	return lookup_attribute("latent_entropy", list) != NULL_TREE;
lookup_attribute  108 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute(IDENTIFIER_POINTER(name), TYPE_ATTRIBUTES(type))) {
lookup_attribute  343 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(type)) ||
lookup_attribute  344 scripts/gcc-plugins/randomize_layout_plugin.c 	    lookup_attribute("no_randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))))
lookup_attribute  465 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_considered", TYPE_ATTRIBUTES(type)))
lookup_attribute  468 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))) || is_pure_ops_struct(type))
lookup_attribute  490 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!lookup_attribute("has_flexarray", TYPE_ATTRIBUTES(type)))
lookup_attribute  544 scripts/gcc-plugins/randomize_layout_plugin.c 	if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(type)))
lookup_attribute  569 scripts/gcc-plugins/randomize_layout_plugin.c 	if (lookup_attribute("randomize_considered", TYPE_ATTRIBUTES(type)))
lookup_attribute  653 scripts/gcc-plugins/randomize_layout_plugin.c 		if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type)))
lookup_attribute  877 scripts/gcc-plugins/randomize_layout_plugin.c 				if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_lhs_type)))
lookup_attribute  903 scripts/gcc-plugins/randomize_layout_plugin.c 				if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(op0_type)))
lookup_attribute  916 scripts/gcc-plugins/randomize_layout_plugin.c 				if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_rhs_type)))
lookup_attribute  269 scripts/gcc-plugins/stackleak_plugin.c 	section = lookup_attribute("section",
lookup_attribute   95 scripts/gcc-plugins/structleak_plugin.c 		if (lookup_attribute("user", DECL_ATTRIBUTES(field)))