Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c822 const_tree lhs_type; in find_bad_casts_execute() local
856 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
861 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()
864 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()