Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h52 friend class SmallPtrSetIteratorImpl; variable
225 class SmallPtrSetIteratorImpl {
231 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() function
240 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {
243 bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
271 : public SmallPtrSetIteratorImpl,
284 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()