Home
last modified time | relevance | path

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

/build/soong/cc/config/
Dglobal.go120 IllegalFlags = []string{ var
/build/soong/cc/
Dcheck.go37 } else if inList(flag, config.IllegalFlags) {
Dcc.go1523 flags.Local.CFlags, _ = filterList(flags.Local.CFlags, config.IllegalFlags)
1524 flags.Local.CppFlags, _ = filterList(flags.Local.CppFlags, config.IllegalFlags)
1525 flags.Local.ConlyFlags, _ = filterList(flags.Local.ConlyFlags, config.IllegalFlags)