LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallPtrSetImpl
 
class  llvm::SmallPtrSetIteratorImpl
 
class  llvm::SmallPtrSetIterator< PtrTy >
 SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet. More...
 
struct  llvm::RoundUpToPowerOfTwo< N >
 
struct  llvm::RoundUpToPowerOfTwoH< N, isPowerTwo >
 
struct  llvm::RoundUpToPowerOfTwoH< N, false >
 
struct  llvm::RoundUpToPowerOfTwo< N >
 
class  llvm::SmallPtrSet< PtrType, SmallSize >
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 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. More...