Lines Matching defs:isSorted
75 bool isSorted = value[0] < value[1];
77 if (!isSorted)
79 } else if (isSorted) {
84 return !isSorted;
90 bool isSorted = llvm::is_sorted(value);
92 if (!isSorted)
94 return !isSorted;
119 bool isSorted = dictionaryAttrSort</*inPlace=*/false>(value, storage);
122 return isSorted;
126 bool isSorted = dictionaryAttrSort</*inPlace=*/true>(array, array);
129 return isSorted;
134 bool isSorted) {
135 if (!isSorted)