rand_cst          236 scripts/gcc-plugins/latent_entropy_plugin.c 				tree rand_cst = tree_get_random_const(elt_type);
rand_cst          238 scripts/gcc-plugins/latent_entropy_plugin.c 				CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst);
rand_cst          442 scripts/gcc-plugins/latent_entropy_plugin.c 	unsigned HOST_WIDE_INT rand_cst;
rand_cst          475 scripts/gcc-plugins/latent_entropy_plugin.c 	rand_cst = get_random_const();
rand_cst          476 scripts/gcc-plugins/latent_entropy_plugin.c 	rand_const = build_int_cstu(long_unsigned_type_node, rand_cst);