Searched defs:SmallPtrSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSmallPtrSet.h1 //===- llvm/ADT/SmallPtrSet.h - 'Normally small' pointer set ----*- C++ -*-===//
10 // This file defines the SmallPtrSet class. See the doxygen comment for
32 /// SmallPtrSet<>'s, which is almost everything. SmallPtrSet has two modes, one
35 /// Small sets use an array of pointers allocated in the SmallPtrSet object,
65 // Helpers to copy and move construct a SmallPtrSet.
180 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
238 /// \brief A templated base class for \c SmallPtrSet which provides the
297 /// SmallPtrSet - This class implements a set which is optimized for holding
302 class SmallPtrSet
322 operator =(const SmallPtrSet<PtrType, SmallSize> &RHS) argument
[all...]

Completed in 324 milliseconds