LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
SmallVector.h File Reference
#include "llvm/Support/AlignOf.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <iterator>
#include <memory>
Include dependency graph for SmallVector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::SmallVectorBase
 
struct  llvm::SmallVectorStorage< T, N >
 
class  llvm::SmallVectorTemplateCommon< T, typename >
 
class  llvm::SmallVectorTemplateBase< T, isPodLike >
 
class  llvm::SmallVectorTemplateBase< T, true >
 
class  llvm::SmallVectorImpl< T >
 
struct  llvm::SmallVectorStorage< T, N >
 
struct  llvm::SmallVectorStorage< T, 1 >
 
struct  llvm::SmallVectorStorage< T, 0 >
 
class  llvm::SmallVector< T, N >
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 std
 

Functions

template<typename T , unsigned N>
static size_t llvm::capacity_in_bytes (const SmallVector< T, N > &X)
 
template<typename T >
void std::swap (llvm::SmallVectorImpl< T > &LHS, llvm::SmallVectorImpl< T > &RHS)
 Implement std::swap in terms of SmallVector swap. More...
 
template<typename T , unsigned N>
void std::swap (llvm::SmallVector< T, N > &LHS, llvm::SmallVector< T, N > &RHS)
 Implement std::swap in terms of SmallVector swap. More...