Searched defs:IntervalMapHalfOpenInfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 164 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 164 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()
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 156 struct IntervalMapHalfOpenInfo { struct 159 static inline bool startLess(const T &x, const T &a) { in startLess() 164 static inline bool stopLess(const T &b, const T &x) { in stopLess() 169 static inline bool adjacent(const T &a, const T &b) { in adjacent()
|