Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DIntervalMap.h140 struct IntervalMapInfo { struct
143 static inline bool startLess(const T &x, const T &a) { in startLess()
149 static inline bool stopLess(const T &b, const T &x) { in stopLess()
155 static inline bool adjacent(const T &a, const T &b) { in adjacent()
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DIntervalMap.h140 struct IntervalMapInfo { struct
143 static inline bool startLess(const T &x, const T &a) { in startLess()
149 static inline bool stopLess(const T &b, const T &x) { in stopLess()
155 static inline bool adjacent(const T &a, const T &b) { in adjacent()
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h137 struct IntervalMapInfo { struct
140 static inline bool startLess(const T &x, const T &a) { in startLess()
146 static inline bool stopLess(const T &b, const T &x) { in stopLess()
152 static inline bool adjacent(const T &a, const T &b) { in adjacent()
158 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DIntervalMap.h140 struct IntervalMapInfo { struct
143 static inline bool startLess(const T &x, const T &a) { in startLess()
149 static inline bool stopLess(const T &b, const T &x) { in stopLess()
155 static inline bool adjacent(const T &a, const T &b) { in adjacent()
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DIntervalMap.h140 struct IntervalMapInfo { struct
143 static inline bool startLess(const T &x, const T &a) { in startLess()
149 static inline bool stopLess(const T &b, const T &x) { in stopLess()
155 static inline bool adjacent(const T &a, const T &b) { in adjacent()
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DIntervalMap.h140 struct IntervalMapInfo { struct
143 static inline bool startLess(const T &x, const T &a) { in startLess()
149 static inline bool stopLess(const T &b, const T &x) { in stopLess()
155 static inline bool adjacent(const T &a, const T &b) { in adjacent()
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty()
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A 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()