Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c745 const_tree op0_type; in find_bad_casts_execute() local
813 op0_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(op0)))); in find_bad_casts_execute()
814 if (op0_type == ptr_lhs_type) in find_bad_casts_execute()
818 if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(op0_type))) in find_bad_casts_execute()
820 MISMATCH(gimple_location(stmt), "op0", ptr_lhs_type, op0_type); in find_bad_casts_execute()