Home
last modified time | relevance | path

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

/build/soong/cc/config/
Dclang.go207 if !inListSorted(f, ClangUnknownCflags) {
218 if !inListSorted(f, ClangUnknownLldflags) {
226 func inListSorted(s string, list []string) bool { func