Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIntervalMap.h142 struct IntervalMapInfo { struct
145 static inline bool startLess(const T &x, const T &a) { in startLess()
151 static inline bool stopLess(const T &b, const T &x) { in stopLess()
157 static inline bool adjacent(const T &a, const T &b) { in adjacent()
163 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()