Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h151 bool isRangeInStorage(const void *First, const void *Last) const { in isRangeInStorage() function
724 assert(this->isRangeInStorage(S, E) && "Range to erase is out of bounds."); in erase()