Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp22 if (!IsSorted) { in getDeclOccurrencesSortedByOffset()
27 IsSorted = true; in getDeclOccurrencesSortedByOffset()
37 IsSorted = false; in addDeclOccurence()
44 IsSorted = false; in addMacroOccurence()
H A DFileIndexRecord.h30 mutable bool IsSorted = false; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h180 bool IsSorted() const { in IsSorted() function
195 assert(IsSorted()); in CombineConsecutiveRanges()
220 assert(IsSorted()); in GetMinRangeBase()
231 assert(IsSorted()); in GetMaxRangeEnd()
275 assert(IsSorted()); in FindEntryIndexThatContains()
297 assert(IsSorted()); in FindEntryThatContains()
320 assert(IsSorted()); in FindEntryThatContains()
439 assert(IsSorted()); in CombineConsecutiveEntriesWithEqualData()
506 assert(IsSorted()); in FindEntryIndexesThatContain()
526 assert(IsSorted()); in FindEntryThatContains()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4454 bool IsSorted = true; in splitAlloca() local
4479 IsSorted = false; in splitAlloca()
4496 IsSorted = false; in splitAlloca()
4501 if (!IsSorted) in splitAlloca()