Searched refs:struct_values (Results 1 – 4 of 4) sorted by relevance
21 struct_values: DataShape, field29 struct_values: DataShape::new("struct_"), in default()49 new.struct_values in from_list()70 let st = &self.struct_values; in to_tokens()246 assert!(decl.struct_values.any); in supports_struct()247 assert!(decl.struct_values.newtype); in supports_struct()254 assert!(decl.struct_values.newtype); in supports_mixed()257 assert!(!decl.struct_values.any); in supports_mixed()
271 const struct dxil_value **struct_values; member
393 cnst->struct_values[i]->id); in dump_constants()394 dump_type_name(d, cnst->struct_values[i]->type); in dump_constants()
1874 if (!memcmp(c->struct_values, values, sizeof(*values) * num_values)) in dxil_module_get_struct_const()1884 c->struct_values = tmp; in dxil_module_get_struct_const()2704 if (!emit_aggregate_values(m, c->struct_values, in emit_consts()