Home
last modified time | relevance | path

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

/build/soong/cc/
Dsanitize.go179 All_undefined *bool `android:"arch_variant"` member
293 …globalSanitizers = removeFromList("undefined", globalSanitizers); found && s.All_undefined == nil {
294 s.All_undefined = boolPtr(true)
434 s.All_undefined = nil
463 if Bool(s.All_undefined) {
474 …if ctx.Os() != android.Windows && (Bool(s.All_undefined) || Bool(s.Undefined) || Bool(s.Address) |…
1004 if Bool(c.sanitize.Properties.Sanitize.All_undefined) {
1141 Bool(c.sanitize.Properties.Sanitize.All_undefined) {
1445 Bool(sanitize.Properties.Sanitize.All_undefined)) &&