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 521 /// FoldingSetIteratorImpl - This is the common iterator support shared by all
523 class FoldingSetIteratorImpl {
526 FoldingSetIteratorImpl(void **Bucket);
530 bool operator==(const FoldingSetIteratorImpl &RHS) const {
533 bool operator!=(const FoldingSetIteratorImpl &RHS) const {
540 class FoldingSetIterator : public FoldingSetIteratorImpl {
542 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {}
  /external/llvm/lib/Support/
FoldingSet.cpp 372 // FoldingSetIteratorImpl Implementation
374 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) {
383 void FoldingSetIteratorImpl::advance() {

Completed in 28 milliseconds