Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/gcc-plugins/
Dlatent_entropy_plugin.c200 tree elt_type, array_size, elt_size; in handle_latent_entropy_attribute() local
204 elt_type = TREE_TYPE(type); in handle_latent_entropy_attribute()
208 if (TREE_CODE(elt_type) != INTEGER_TYPE || !array_size in handle_latent_entropy_attribute()
224 tree rand_cst = tree_get_random_const(elt_type); in handle_latent_entropy_attribute()