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 636 /// FoldingSetIteratorImpl - This is the common iterator support shared by all
638 class FoldingSetIteratorImpl {
641 FoldingSetIteratorImpl(void **Bucket);
645 bool operator==(const FoldingSetIteratorImpl &RHS) const {
648 bool operator!=(const FoldingSetIteratorImpl &RHS) const {
655 class FoldingSetIterator : public FoldingSetIteratorImpl {
657 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {}
  /external/llvm/lib/Support/
FoldingSet.cpp 388 // FoldingSetIteratorImpl Implementation
390 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) {
399 void FoldingSetIteratorImpl::advance() {

Completed in 50 milliseconds