Home
last modified time | relevance | path

Searched refs:nonEmpty (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function
184 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function
1187 assert(Traits::nonEmpty(a, b)); in overlaps()
1735 assert(Traits::nonEmpty(a, this->stop()) && "Cannot move start beyond stop"); in setStart()
1751 assert(Traits::nonEmpty(this->start(), b) && "Cannot move stop beyond start"); in setStop()