Lines Matching refs:vals
135 VEC(constructor_elt, gc) *vals;
137 vec<constructor_elt, va_gc> *vals;
191 vals = VEC_alloc(constructor_elt, gc, nelt);
193 vec_alloc(vals, nelt);
200 CONSTRUCTOR_APPEND_ELT(vals, fld, random_const);
204 DECL_INITIAL(*node) = build_constructor(type, vals);
235 vals = VEC_alloc(constructor_elt, gc, nelt);
237 vec_alloc(vals, nelt);
244 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst);
251 DECL_INITIAL(*node) = build_constructor(type, vals);