Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h164 struct IntervalMapHalfOpenInfo { struct
166 static inline bool startLess(const T &x, const T &a) { in startLess()
171 static inline bool stopLess(const T &b, const T &x) { in stopLess()
176 static inline bool adjacent(const T &a, const T &b) { in adjacent()
181 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()