Home
last modified time | relevance | path

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

/scripts/gcc-plugins/
Dlatent_entropy_plugin.c134 vec<constructor_elt, va_gc> *vals; in handle_latent_entropy_attribute() local
186 vec_alloc(vals, nelt); in handle_latent_entropy_attribute()
192 CONSTRUCTOR_APPEND_ELT(vals, fld, random_const); in handle_latent_entropy_attribute()
196 DECL_INITIAL(*node) = build_constructor(type, vals); in handle_latent_entropy_attribute()
226 vec_alloc(vals, nelt); in handle_latent_entropy_attribute()
232 CONSTRUCTOR_APPEND_ELT(vals, cst, rand_cst); in handle_latent_entropy_attribute()
239 DECL_INITIAL(*node) = build_constructor(type, vals); in handle_latent_entropy_attribute()
/scripts/
Dgenerate_rust_analyzer.py16 crate, vals = cfg.split("=", 1)
17 crates_cfgs[crate] = vals.replace("--cfg", "").split()