Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h149 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
174 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
601 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
636 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
637 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
735 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1194 return !Traits::stopLess(b, I.start()); in overlaps()
1880 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2124 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2209 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]