Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DIntervalMap.h133 struct IntervalMapInfo { struct
137 static inline bool startLess(const T &x, const T &a) { in startLess()
143 static inline bool stopLess(const T &b, const T &x) { in stopLess()
149 static inline bool adjacent(const T &a, const T &b) { in adjacent()