Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmember-function-pointers.cpp248 int nonEmpty; member
255 int nonEmpty; member
/llvm-project-15.0.7/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
1148 assert(Traits::nonEmpty(a, b)); in overlaps()
1696 assert(Traits::nonEmpty(a, this->stop()) && "Cannot move start beyond stop"); in setStart()
1712 assert(Traits::nonEmpty(this->start(), b) && "Cannot move stop beyond start"); in setStop()