LLVM API Documentation

Classes | Namespaces | Functions
SmallPtrSet.h File Reference
#include "llvm/Support/Compiler.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/PointerLikeTypeTraits.h"
#include <cassert>
#include <cstddef>
#include <cstring>
#include <iterator>
Include dependency graph for SmallPtrSet.h:

Go to the source code of this file.

Classes

class  llvm::SmallPtrSetImplBase
class  llvm::SmallPtrSetIteratorImpl
class  llvm::SmallPtrSetIterator< PtrTy >
 SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More...
struct  llvm::RoundUpToPowerOfTwoH< N, isPowerTwo >
struct  llvm::RoundUpToPowerOfTwoH< N, false >
struct  llvm::RoundUpToPowerOfTwo< N >
class  llvm::SmallPtrSetImpl< PtrType >
 A templated base class for SmallPtrSet which provides the typesafe interface that is common across all small sizes. More...
class  llvm::SmallPtrSet< PtrType, SmallSize >

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  std

Functions

template<class T , unsigned N>
void std::swap (llvm::SmallPtrSet< T, N > &LHS, llvm::SmallPtrSet< T, N > &RHS)
 Implement std::swap in terms of SmallPtrSet swap.