Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Drandomize_layout_plugin.c826 const_tree lhs_type; in find_bad_casts_execute() local
860 lhs_type = TREE_TYPE(lhs); in find_bad_casts_execute()
865 TREE_CODE(lhs_type) != POINTER_TYPE) in find_bad_casts_execute()
868 ptr_lhs_type = TYPE_MAIN_VARIANT(strip_array_types(TYPE_MAIN_VARIANT(TREE_TYPE(lhs_type)))); in find_bad_casts_execute()