#include <cassert>
#include <cstddef>
#include <cstring>
#include <iterator>
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
Go to the source code of this file.
Classes | |
class | llvm::SmallPtrSetImpl |
SmallPtrSetImpl - This is the common code shared among all the SmallPtrSet<>'s, which is almost everything. More... | |
class | llvm::SmallPtrSetIteratorImpl |
SmallPtrSetIteratorImpl - This is the common base class shared between all instances of SmallPtrSetIterator. More... | |
class | llvm::SmallPtrSetIterator< PtrTy > |
SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More... | |
struct | llvm::RoundUpToPowerOfTwoH< N, isPowerTwo > |
RoundUpToPowerOfTwoH - If N is not a power of two, increase it. More... | |
struct | llvm::RoundUpToPowerOfTwoH< N, false > |
struct | llvm::RoundUpToPowerOfTwo< N > |
class | llvm::SmallPtrSet< PtrType, SmallSize > |
SmallPtrSet - This class implements a set which is optimized for holding SmallSize or less elements. More... | |
Namespaces | |
namespace | llvm |