Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dsanitize.go325 if !ctx.Config().IntegerOverflowDisabledForPath(ctx.ModuleDir()) && !ctx.static() {
/aosp12/build/soong/android/
H A Dconfig.go1244 func (c *config) IntegerOverflowDisabledForPath(path string) bool { func