Searched refs:stopLess (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 151 static inline bool stopLess(const T &b, const T &x) { in stopLess() function 176 static inline bool stopLess(const T &b, const T &x) { in stopLess() function 603 while (Traits::stopLess(stop(i), x)) ++i; in safeFind() 638 assert((i == 0 || Traits::stopLess(stop(i - 1), a))); in insertFrom() 639 assert((i == Size || !Traits::stopLess(stop(i), a))); in insertFrom() 737 while (Traits::stopLess(stop(i), x)) ++i; in safeFind() 1148 return !Traits::stopLess(b, I.start()); in overlaps() 1834 if (Traits::stopLess(b, CurLeaf.start(0)) && in treeInsert() 2078 if (Traits::stopLess(posA.stop(), posB.start())) { in advance() 2163 if (Traits::stopLess(posA.stop(), x)) in advanceTo() [all …]
|