Searched refs:op0_type (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 832 const_tree op0_type; in find_bad_casts_execute() local 903 op0_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(op0)))); in find_bad_casts_execute() 904 if (op0_type == ptr_lhs_type) in find_bad_casts_execute() 908 if (lookup_attribute("randomize_performed", TYPE_ATTRIBUTES(op0_type))) in find_bad_casts_execute() 911 if (!whitelisted_cast(stmt, ptr_lhs_type, op0_type)) in find_bad_casts_execute() 912 MISMATCH(gimple_location(stmt), "op0", ptr_lhs_type, op0_type); in find_bad_casts_execute() local
|
/kernel/linux/linux-6.6/scripts/gcc-plugins/ |
H A D | randomize_layout_plugin.c | 745 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() local
|
Completed in 4 milliseconds