Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h178 bool isRangeInStorage(const void *First, const void *Last) const { in isRangeInStorage() function
769 assert(this->isRangeInStorage(S, E) && "Range to erase is out of bounds."); in erase()