LLVM API Documentation

llvm::SmallVectorImpl< T > Member List
This is the complete list of members for llvm::SmallVectorImpl< T >, 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::SmallVectorBase [protected]
capacity() constllvm::SmallVectorTemplateCommon< T > [inline]
capacity_in_bytes() const llvm::SmallVectorBase [inline]
capacity_ptr()llvm::SmallVectorTemplateCommon< T > [inline, protected]
capacity_ptr() constllvm::SmallVectorTemplateCommon< T > [inline, protected]
CapacityXllvm::SmallVectorBase [protected]
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 > [inline, protected, static]
difference_type typedefllvm::SmallVectorTemplateCommon< T >
empty() const llvm::SmallVectorBase [inline]
end()llvm::SmallVectorTemplateCommon< T > [inline]
end() constllvm::SmallVectorTemplateCommon< T > [inline]
EndXllvm::SmallVectorBase [protected]
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 > [inline, protected]
llvm::SmallVectorBase::grow_pod(void *FirstEl, size_t MinSizeInBytes, size_t TSize)llvm::SmallVectorBase [protected]
insert(iterator I, T &&Elt)llvm::SmallVectorImpl< T > [inline]
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 > [inline, protected]
iterator typedefllvm::SmallVectorImpl< T >
max_size() constllvm::SmallVectorTemplateCommon< T > [inline]
move(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value > [inline, protected, static]
move_backward(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value > [inline, protected, static]
operator!=(const SmallVectorImpl &RHS) const llvm::SmallVectorImpl< T > [inline]
operator<(const SmallVectorImpl &RHS) const llvm::SmallVectorImpl< T > [inline]
operator=(const SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >
operator=(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]
push_back(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 > [inline, protected]
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 > [inline, protected]
size() constllvm::SmallVectorTemplateCommon< T > [inline]
size_in_bytes() const llvm::SmallVectorBase [inline]
size_type typedefllvm::SmallVectorImpl< T >
SmallVectorBase(void *FirstEl, size_t Size)llvm::SmallVectorBase [inline, protected]
SmallVectorImpl(unsigned N)llvm::SmallVectorImpl< T > [inline, explicit, protected]
SmallVectorTemplateBase(size_t Size)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value > [inline, protected]
SmallVectorTemplateCommon(size_t Size)llvm::SmallVectorTemplateCommon< T > [inline, protected]
swap(SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >
uninitialized_copy(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value > [inline, protected, static]
uninitialized_move(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, isPodLike< T >::value > [inline, protected, static]
value_type typedefllvm::SmallVectorTemplateCommon< T >
~SmallVectorImpl()llvm::SmallVectorImpl< T > [inline]