Home
last modified time | relevance | path

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

/openbmc/linux/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c746 enum tree_code rhs_code; in find_bad_casts_execute() local
767 rhs_code = gimple_assign_rhs_code(stmt); in find_bad_casts_execute()
769 if (rhs_code != ADDR_EXPR && rhs_code != SSA_NAME) in find_bad_casts_execute()
801 if (rhs_code == SSA_NAME && ptr_lhs_type == ptr_rhs_type) in find_bad_casts_execute()
804 if (rhs_code == ADDR_EXPR) { in find_bad_casts_execute()