Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c313 (TREE_CONSTANT(typesize) && (!tree_to_uhwi(typesize) || in is_flexible_array()
314 tree_to_uhwi(typesize) == tree_to_uhwi(elemsize)))) in is_flexible_array()
520 tree_to_uhwi(TYPE_SIZE(TREE_TYPE(TREE_TYPE(lastval))))); in update_decl_size()
Dgcc-common.h442 static inline unsigned HOST_WIDE_INT tree_to_uhwi(const_tree t) in tree_to_uhwi() function