HomeSort by relevance Sort by last modified time
    Searched refs:FoldingSetIteratorImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
FoldingSet.h 607 /// FoldingSetIteratorImpl - This is the common iterator support shared by all
609 class FoldingSetIteratorImpl {
612 FoldingSetIteratorImpl(void **Bucket);
616 bool operator==(const FoldingSetIteratorImpl &RHS) const {
619 bool operator!=(const FoldingSetIteratorImpl &RHS) const {
624 template <class T> class FoldingSetIterator : public FoldingSetIteratorImpl {
626 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {}
  /external/llvm/lib/Support/
FoldingSet.cpp 411 // FoldingSetIteratorImpl Implementation
413 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) {
422 void FoldingSetIteratorImpl::advance() {

Completed in 132 milliseconds