Searched refs:vals (Results 1 – 2 of 2) sorted by relevance
| /scripts/gcc-plugins/ |
| D | latent_entropy_plugin.c | 134 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/ |
| D | generate_rust_analyzer.py | 16 crate, vals = cfg.split("=", 1) 17 crates_cfgs[crate] = vals.replace("--cfg", "").split()
|