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

  /external/llvm/include/llvm/ADT/
FoldingSet.h 681 /// FoldingSetBucketIteratorImpl - This is the common bucket iterator support
685 class FoldingSetBucketIteratorImpl {
689 explicit FoldingSetBucketIteratorImpl(void **Bucket);
691 FoldingSetBucketIteratorImpl(void **Bucket, bool)
701 bool operator==(const FoldingSetBucketIteratorImpl &RHS) const {
704 bool operator!=(const FoldingSetBucketIteratorImpl &RHS) const {
711 class FoldingSetBucketIterator : public FoldingSetBucketIteratorImpl {
714 FoldingSetBucketIteratorImpl(Bucket) {}
717 FoldingSetBucketIteratorImpl(Bucket, true) {}
  /external/llvm/lib/Support/
FoldingSet.cpp 420 // FoldingSetBucketIteratorImpl Implementation
422 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) {

Completed in 48 milliseconds