HOST_WIDE_INT     269 scripts/gcc-plugins/gcc-common.h 	unsigned HOST_WIDE_INT seed;						\
HOST_WIDE_INT     419 scripts/gcc-plugins/gcc-common.h 	if (TREE_INT_CST_HIGH(t) == 0 && (HOST_WIDE_INT)TREE_INT_CST_LOW(t) >= 0)
HOST_WIDE_INT     422 scripts/gcc-plugins/gcc-common.h 	if (TREE_INT_CST_HIGH(t) == -1 && (HOST_WIDE_INT)TREE_INT_CST_LOW(t) < 0 && !TYPE_UNSIGNED(TREE_TYPE(t)))
HOST_WIDE_INT     436 scripts/gcc-plugins/gcc-common.h static inline HOST_WIDE_INT tree_to_shwi(const_tree t)
HOST_WIDE_INT     442 scripts/gcc-plugins/gcc-common.h static inline unsigned HOST_WIDE_INT tree_to_uhwi(const_tree t)
HOST_WIDE_INT      89 scripts/gcc-plugins/latent_entropy_plugin.c static unsigned HOST_WIDE_INT seed;
HOST_WIDE_INT      95 scripts/gcc-plugins/latent_entropy_plugin.c static unsigned HOST_WIDE_INT get_random_const(void)
HOST_WIDE_INT      98 scripts/gcc-plugins/latent_entropy_plugin.c 	unsigned HOST_WIDE_INT ret = 0;
HOST_WIDE_INT     210 scripts/gcc-plugins/latent_entropy_plugin.c 			HOST_WIDE_INT array_size_int, elt_size_int;
HOST_WIDE_INT     310 scripts/gcc-plugins/latent_entropy_plugin.c 	unsigned HOST_WIDE_INT random_const;
HOST_WIDE_INT     442 scripts/gcc-plugins/latent_entropy_plugin.c 	unsigned HOST_WIDE_INT rand_cst;
HOST_WIDE_INT     486 scripts/gcc-plugins/randomize_layout_plugin.c 	unsigned HOST_WIDE_INT len;
HOST_WIDE_INT     620 scripts/gcc-plugins/randomize_layout_plugin.c 	unsigned HOST_WIDE_INT idx;