Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dlatent_entropy_plugin.c214 tree elt_type, array_size, elt_size; in handle_latent_entropy_attribute() local
220 array_size = TYPE_SIZE_UNIT(type); in handle_latent_entropy_attribute()
222 if (TREE_CODE(elt_type) != INTEGER_TYPE || !array_size in handle_latent_entropy_attribute()
223 || TREE_CODE(array_size) != INTEGER_CST) { in handle_latent_entropy_attribute()
230 array_size_int = TREE_INT_CST_LOW(array_size); in handle_latent_entropy_attribute()