Lines Matching defs:sanitizeMutatedProperties
322 type sanitizeMutatedProperties struct { struct
324 Never *bool `blueprint:"mutated"`
328 Address *bool `blueprint:"mutated"`
330 Thread *bool `blueprint:"mutated"`
332 Hwaddress *bool `blueprint:"mutated"`
335 All_undefined *bool `blueprint:"mutated"`
337 Undefined *bool `blueprint:"mutated"`
339 Misc_undefined []string `blueprint:"mutated"`
341 Fuzzer *bool `blueprint:"mutated"`
343 Safestack *bool `blueprint:"mutated"`
345 Cfi *bool `blueprint:"mutated"`
347 Integer_overflow *bool `blueprint:"mutated"`
349 Scudo *bool `blueprint:"mutated"`
351 Scs *bool `blueprint:"mutated"`
353 Memtag_heap *bool `blueprint:"mutated"`
355 Memtag_stack *bool `blueprint:"mutated"`
357 Memtag_globals *bool `android:"arch_variant"`
361 Writeonly *bool `blueprint:"mutated"`
364 Diag struct {
429 func (p *sanitizeMutatedProperties) copyUserPropertiesToMutated(userProps *SanitizeUserProps) {