Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h147 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
172 static inline bool stopLess(const T &b, const T &x) { in stopLess() function
599 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
634 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom()
635 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom()
733 while (Traits::stopLess(stop(i), x)) ++i; in safeFind()
1148 return !Traits::stopLess(b, I.start()); in overlaps()
1829 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert()
2073 if (Traits::stopLess(posA.stop(), posB.start())) { in advance()
2158 if (Traits::stopLess(posA.stop(), x)) in advanceTo()
[all …]