Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmember-function-pointers.cpp247 int nonEmpty; member
254 int nonEmpty; member
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DTileAllocation.cpp822 auto nonEmpty = llvm::make_filter_range(
826 nonEmpty, [](LiveRange const &liveRange) { return &liveRange; }));
744 auto nonEmpty = llvm::make_filter_range( allocateSMETiles() local
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h159 /// nonEmpty - Return true if [a;b] is non-empty.
161 static inline bool nonEmpty(const T &a, const T &b) { in nonEmpty() function
183 /// nonEmpty - Return true if [a;b) is non-empty.
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()