Searched refs:vals (Results 1 – 1 of 1) sorted by relevance
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 135 VEC(constructor_elt, gc) *vals; in handle_latent_entropy_attribute() 137 vec<constructor_elt, va_gc> *vals; in handle_latent_entropy_attribute() local 191 vals = VEC_alloc(constructor_elt, gc, nelt); in handle_latent_entropy_attribute() 193 vec_alloc(vals, nelt); in handle_latent_entropy_attribute() 200 CONSTRUCTOR_APPEND_ELT(vals, fld, random_const); in handle_latent_entropy_attribute() 204 DECL_INITIAL(*node) = build_constructor(type, vals); in handle_latent_entropy_attribute() 235 vals = VEC_alloc(constructor_elt, gc, nelt); in handle_latent_entropy_attribute() 237 vec_alloc(vals, nelt); in handle_latent_entropy_attribute() 244 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute() 251 DECL_INITIAL(*node) = build_constructor(type, vals); in handle_latent_entropy_attribute()
|