Home
last modified time | relevance | path

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

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