Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c827 const_tree op0_type; in find_bad_casts_execute() local
898 op0_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(op0)))); in find_bad_casts_execute()
899 if (op0_type == ptr_lhs_type) in find_bad_casts_execute()
903 if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(op0_type))) in find_bad_casts_execute()
906 if (!whitelisted_cast(stmt, ptr_lhs_type, op0_type)) in find_bad_casts_execute()
907 MISMATCH(gimple_location(stmt), "op0", ptr_lhs_type, op0_type); in find_bad_casts_execute()