TYPE_ATTRIBUTES 108 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute(IDENTIFIER_POINTER(name), TYPE_ATTRIBUTES(type))) { TYPE_ATTRIBUTES 343 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(type)) || TYPE_ATTRIBUTES 344 scripts/gcc-plugins/randomize_layout_plugin.c lookup_attribute("no_randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type)))) TYPE_ATTRIBUTES 398 scripts/gcc-plugins/randomize_layout_plugin.c TYPE_ATTRIBUTES(variant) = copy_list(TYPE_ATTRIBUTES(variant)); TYPE_ATTRIBUTES 399 scripts/gcc-plugins/randomize_layout_plugin.c TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("randomize_performed"), NULL_TREE, TYPE_ATTRIBUTES(variant)); TYPE_ATTRIBUTES 400 scripts/gcc-plugins/randomize_layout_plugin.c TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("designated_init"), NULL_TREE, TYPE_ATTRIBUTES(variant)); TYPE_ATTRIBUTES 402 scripts/gcc-plugins/randomize_layout_plugin.c TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("has_flexarray"), NULL_TREE, TYPE_ATTRIBUTES(type)); TYPE_ATTRIBUTES 465 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_considered", TYPE_ATTRIBUTES(type))) TYPE_ATTRIBUTES 468 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_layout", TYPE_ATTRIBUTES(TYPE_MAIN_VARIANT(type))) || is_pure_ops_struct(type)) TYPE_ATTRIBUTES 472 scripts/gcc-plugins/randomize_layout_plugin.c TYPE_ATTRIBUTES(type) = copy_list(TYPE_ATTRIBUTES(type)); TYPE_ATTRIBUTES 473 scripts/gcc-plugins/randomize_layout_plugin.c TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("randomize_considered"), NULL_TREE, TYPE_ATTRIBUTES(type)); TYPE_ATTRIBUTES 490 scripts/gcc-plugins/randomize_layout_plugin.c if (!lookup_attribute("has_flexarray", TYPE_ATTRIBUTES(type))) TYPE_ATTRIBUTES 544 scripts/gcc-plugins/randomize_layout_plugin.c if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(type))) TYPE_ATTRIBUTES 569 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_considered", TYPE_ATTRIBUTES(type))) TYPE_ATTRIBUTES 653 scripts/gcc-plugins/randomize_layout_plugin.c if (!lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(val_type))) TYPE_ATTRIBUTES 877 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_lhs_type))) TYPE_ATTRIBUTES 903 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(op0_type))) TYPE_ATTRIBUTES 916 scripts/gcc-plugins/randomize_layout_plugin.c if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_rhs_type)))