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 562 /// FoldingSetBucketIteratorImpl - This is the common bucket iterator support
566 class FoldingSetBucketIteratorImpl {
570 explicit FoldingSetBucketIteratorImpl(void **Bucket);
572 FoldingSetBucketIteratorImpl(void **Bucket, bool)
582 bool operator==(const FoldingSetBucketIteratorImpl &RHS) const {
585 bool operator!=(const FoldingSetBucketIteratorImpl &RHS) const {
592 class FoldingSetBucketIterator : public FoldingSetBucketIteratorImpl {
595 FoldingSetBucketIteratorImpl(Bucket) {}
598 FoldingSetBucketIteratorImpl(Bucket, true) {}
  /external/llvm/lib/Support/
FoldingSet.cpp 404 // FoldingSetBucketIteratorImpl Implementation
406 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) {

Completed in 45 milliseconds