Home
last modified time | relevance | path

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

/aosp12/build/blueprint/parser/
H A Dsort.go166 if !subListIsSorted(list.Values[i:j]) {
240 func subListIsSorted(values []Expression) bool { func