Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallPtrSet.h51 friend class SmallPtrSetIteratorImpl; variable
222 class SmallPtrSetIteratorImpl {
228 explicit SmallPtrSetIteratorImpl(const void *const *BP, const void*const *E) in SmallPtrSetIteratorImpl() function
237 bool operator==(const SmallPtrSetIteratorImpl &RHS) const {
240 bool operator!=(const SmallPtrSetIteratorImpl &RHS) const {
267 class SmallPtrSetIterator : public SmallPtrSetIteratorImpl,
280 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()