Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c753 const_tree ptr_lhs_type; in find_bad_casts_execute() local
792 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()
798 if (ptr_lhs_type == void_type_node) in find_bad_casts_execute()
806 if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(ptr_lhs_type))) in find_bad_casts_execute()
808 MISMATCH(gimple_location(stmt), "rhs", ptr_lhs_type, ptr_rhs_type); in find_bad_casts_execute()
812 if (rhs_code == SSA_NAME && ptr_lhs_type == ptr_rhs_type) in find_bad_casts_execute()
825 if (op0_type == ptr_lhs_type) in find_bad_casts_execute()
831 MISMATCH(gimple_location(stmt), "op0", ptr_lhs_type, op0_type); in find_bad_casts_execute()
841 MISMATCH(gimple_location(stmt), "ssa", ptr_lhs_type, ptr_rhs_type); in find_bad_casts_execute()