Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c828 const_tree rhs_type; in find_bad_casts_execute() local
862 rhs_type = TREE_TYPE(rhs1); in find_bad_casts_execute()
864 if (TREE_CODE(rhs_type) != POINTER_TYPE || in find_bad_casts_execute()
869 ptr_rhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(rhs_type)))); in find_bad_casts_execute()