Home
last modified time | relevance | path

Searched defs:IntervalMapHalfOpenInfo (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h155 struct IntervalMapHalfOpenInfo { struct
158 static inline bool startLess(const T &x, const T &a) { in startLess()
163 static inline bool stopLess(const T &b, const T &x) { in stopLess()
168 static inline bool adjacent(const T &a, const T &b) { in adjacent()