LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
llvm::SmallVector< T, N > Member List

This is the complete list of members for llvm::SmallVector< T, N >, including all inherited members.

append(in_iter in_start, in_iter in_end)llvm::SmallVectorImpl< T >inline
append(size_type NumInputs, const T &Elt)llvm::SmallVectorImpl< T >inline
assign(unsigned NumElts, const T &Elt)llvm::SmallVectorImpl< T >inline
back()llvm::SmallVectorTemplateCommon< T >inline
back() constllvm::SmallVectorTemplateCommon< T >inline
begin()llvm::SmallVectorTemplateCommon< T >inline
begin() constllvm::SmallVectorTemplateCommon< T >inline
BeginXllvm::SmallVectorBaseprotected
capacity() constllvm::SmallVectorTemplateCommon< T >inline
capacity_in_bytes() const llvm::SmallVectorBaseinline
capacity_ptr()llvm::SmallVectorTemplateCommon< T >inlineprotected
capacity_ptr() constllvm::SmallVectorTemplateCommon< T >inlineprotected
CapacityXllvm::SmallVectorBaseprotected
clear()llvm::SmallVectorImpl< T >inline
const_iterator typedefllvm::SmallVectorTemplateCommon< T >
const_pointer typedefllvm::SmallVectorTemplateCommon< T >
const_reference typedefllvm::SmallVectorTemplateCommon< T >
const_reverse_iterator typedefllvm::SmallVectorTemplateCommon< T >
data()llvm::SmallVectorTemplateCommon< T >inline
data() constllvm::SmallVectorTemplateCommon< T >inline
destroy_range(T *S, T *E)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inlineprotectedstatic
difference_type typedefllvm::SmallVectorTemplateCommon< T >
empty() const llvm::SmallVectorBaseinline
end()llvm::SmallVectorTemplateCommon< T >inline
end() constllvm::SmallVectorTemplateCommon< T >inline
EndXllvm::SmallVectorBaseprotected
erase(iterator I)llvm::SmallVectorImpl< T >inline
erase(iterator S, iterator E)llvm::SmallVectorImpl< T >inline
front()llvm::SmallVectorTemplateCommon< T >inline
front() constllvm::SmallVectorTemplateCommon< T >inline
grow(size_t MinSize=0)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >protected
grow_pod(size_t MinSizeInBytes, size_t TSize)llvm::SmallVectorTemplateCommon< T >inlineprotected
llvm::SmallVectorBase::grow_pod(void *FirstEl, size_t MinSizeInBytes, size_t TSize)llvm::SmallVectorBaseprotected
insert(iterator I, const T &Elt)llvm::SmallVectorImpl< T >inline
insert(iterator I, size_type NumToInsert, const T &Elt)llvm::SmallVectorImpl< T >inline
insert(iterator I, ItTy From, ItTy To)llvm::SmallVectorImpl< T >inline
isSmall() constllvm::SmallVectorTemplateCommon< T >inlineprotected
iterator typedefllvm::SmallVectorImpl< T >
max_size() constllvm::SmallVectorTemplateCommon< T >inline
move(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inlineprotectedstatic
move_backward(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inlineprotectedstatic
operator!=(const SmallVectorImpl &RHS) const llvm::SmallVectorImpl< T >inline
operator<(const SmallVectorImpl &RHS) const llvm::SmallVectorImpl< T >inline
operator=(const SmallVector &RHS)llvm::SmallVector< T, N >inline
llvm::SmallVectorImpl::operator=(const SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >
operator==(const SmallVectorImpl &RHS) const llvm::SmallVectorImpl< T >inline
operator[](unsigned idx)llvm::SmallVectorTemplateCommon< T >inline
operator[](unsigned idx) constllvm::SmallVectorTemplateCommon< T >inline
pointer typedefllvm::SmallVectorTemplateCommon< T >
pop_back()llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inline
pop_back_val()llvm::SmallVectorImpl< T >inline
push_back(const T &Elt)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inline
rbegin()llvm::SmallVectorTemplateCommon< T >inline
rbegin() constllvm::SmallVectorTemplateCommon< T >inline
reference typedefllvm::SmallVectorTemplateCommon< T >
rend()llvm::SmallVectorTemplateCommon< T >inline
rend() constllvm::SmallVectorTemplateCommon< T >inline
reserve(unsigned N)llvm::SmallVectorImpl< T >inline
resetToSmall()llvm::SmallVectorTemplateCommon< T >inlineprotected
resize(unsigned N)llvm::SmallVectorImpl< T >inline
resize(unsigned N, const T &NV)llvm::SmallVectorImpl< T >inline
reverse_iterator typedefllvm::SmallVectorTemplateCommon< T >
set_size(unsigned N)llvm::SmallVectorImpl< T >inline
setEnd(T *P)llvm::SmallVectorTemplateCommon< T >inlineprotected
size() constllvm::SmallVectorTemplateCommon< T >inline
size_in_bytes() const llvm::SmallVectorBaseinline
size_type typedefllvm::SmallVectorImpl< T >
SmallVector()llvm::SmallVector< T, N >inline
SmallVector(unsigned Size, const T &Value=T())llvm::SmallVector< T, N >inlineexplicit
SmallVector(ItTy S, ItTy E)llvm::SmallVector< T, N >inline
SmallVector(const SmallVector &RHS)llvm::SmallVector< T, N >inline
SmallVectorBase(void *FirstEl, size_t Size)llvm::SmallVectorBaseinlineprotected
SmallVectorImpl(unsigned N)llvm::SmallVectorImpl< T >inlineexplicitprotected
SmallVectorTemplateBase(size_t Size)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inlineprotected
SmallVectorTemplateCommon(size_t Size)llvm::SmallVectorTemplateCommon< T >inlineprotected
swap(SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >
uninitialized_copy(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inlineprotectedstatic
uninitialized_move(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >inlineprotectedstatic
value_type typedefllvm::SmallVectorTemplateCommon< T >
~SmallVectorImpl()llvm::SmallVectorImpl< T >inline