Home
last modified time | relevance | path

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

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