LLVM 19.0.0git
llvm::SmallVector< T, N > Member List

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

append(ItTy in_start, ItTy in_end)llvm::SmallVectorImpl< T >inline
append(size_type NumInputs, ValueParamT Elt)llvm::SmallVectorImpl< T >inline
append(std::initializer_list< T > IL)llvm::SmallVectorImpl< T >inline
append(const SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >inline
assertSafeToAdd(const void *Elt, size_t N=1)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
assertSafeToAddRange(const T *From, const T *To)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
assertSafeToAddRange(ItTy, ItTy)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
assertSafeToReferenceAfterClear(const T *From, const T *To)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
assertSafeToReferenceAfterClear(ItTy, ItTy)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
assign(size_type NumElts, ValueParamT Elt)llvm::SmallVectorImpl< T >inline
assign(ItTy in_start, ItTy in_end)llvm::SmallVectorImpl< T >inline
assign(std::initializer_list< T > IL)llvm::SmallVectorImpl< T >inline
assign(const SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >inline
assignRemote(SmallVectorImpl &&RHS)llvm::SmallVectorImpl< T >inlineprotected
back()llvm::SmallVectorTemplateCommon< T, typename >inline
back() constllvm::SmallVectorTemplateCommon< T, typename >inline
begin()llvm::SmallVectorTemplateCommon< T, typename >inline
begin() constllvm::SmallVectorTemplateCommon< T, typename >inline
BeginXllvm::SmallVectorBase< SmallVectorSizeType< T > >protected
capacity() constllvm::SmallVectorBase< SmallVectorSizeType< T > >inline
Capacityllvm::SmallVectorBase< SmallVectorSizeType< T > >protected
capacity_in_bytes() constllvm::SmallVectorTemplateCommon< T, typename >inline
clear()llvm::SmallVectorImpl< T >inline
const_iterator typedefllvm::SmallVectorImpl< T >
const_pointer typedefllvm::SmallVectorTemplateCommon< T, typename >
const_reference typedefllvm::SmallVectorTemplateCommon< T, typename >
const_reverse_iterator typedefllvm::SmallVectorTemplateCommon< T, typename >
data()llvm::SmallVectorTemplateCommon< T, typename >inline
data() constllvm::SmallVectorTemplateCommon< T, typename >inline
destroy_range(T *S, T *E)llvm::SmallVectorTemplateBase< T, bool >inlineprotectedstatic
difference_type typedefllvm::SmallVectorTemplateCommon< T, typename >
emplace_back(ArgTypes &&... Args)llvm::SmallVectorImpl< T >inline
empty() constllvm::SmallVectorBase< SmallVectorSizeType< T > >inline
end()llvm::SmallVectorTemplateCommon< T, typename >inline
end() constllvm::SmallVectorTemplateCommon< T, typename >inline
erase(const_iterator CI)llvm::SmallVectorImpl< T >inline
erase(const_iterator CS, const_iterator CE)llvm::SmallVectorImpl< T >inline
forward_value_param(T &&V)llvm::SmallVectorTemplateBase< T, bool >inlineprotectedstatic
forward_value_param(const T &V)llvm::SmallVectorTemplateBase< T, bool >inlineprotectedstatic
front()llvm::SmallVectorTemplateCommon< T, typename >inline
front() constllvm::SmallVectorTemplateCommon< T, typename >inline
getFirstEl() constllvm::SmallVectorTemplateCommon< T, typename >inlineprotected
grow(size_t MinSize=0)llvm::SmallVectorTemplateBase< T, bool >protected
grow_pod(size_t MinSize, size_t TSize)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
SmallVectorBase< SmallVectorSizeType< T > >::grow_pod(void *FirstEl, size_t MinSize, size_t TSize)llvm::SmallVectorBase< SmallVectorSizeType< T > >protected
growAndAssign(size_t NumElts, const T &Elt)llvm::SmallVectorTemplateBase< T, bool >inlineprotected
growAndEmplaceBack(ArgTypes &&... Args)llvm::SmallVectorTemplateBase< T, bool >inlineprotected
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, ValueParamT Elt)llvm::SmallVectorImpl< T >inline
insert(iterator I, ItTy From, ItTy To)llvm::SmallVectorImpl< T >inline
insert(iterator I, std::initializer_list< T > IL)llvm::SmallVectorImpl< T >inline
isRangeInStorage(const void *First, const void *Last) constllvm::SmallVectorTemplateCommon< T, typename >inlineprotected
isReferenceToRange(const void *V, const void *First, const void *Last) constllvm::SmallVectorTemplateCommon< T, typename >inlineprotected
isReferenceToStorage(const void *V) constllvm::SmallVectorTemplateCommon< T, typename >inlineprotected
isSafeToReferenceAfterResize(const void *Elt, size_t NewSize)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
isSmall() constllvm::SmallVectorTemplateCommon< T, typename >inlineprotected
iterator typedefllvm::SmallVectorImpl< T >
mallocForGrow(size_t MinSize, size_t &NewCapacity)llvm::SmallVectorTemplateBase< T, bool >protected
llvm::SmallVectorTemplateCommon::mallocForGrow(void *FirstEl, size_t MinSize, size_t TSize, size_t &NewCapacity)llvm::SmallVectorBase< SmallVectorSizeType< T > >protected
max_size() constllvm::SmallVectorTemplateCommon< T, typename >inline
moveElementsForGrow(T *NewElts)llvm::SmallVectorTemplateBase< T, bool >protected
operator!=(const SmallVectorImpl &RHS) constllvm::SmallVectorImpl< T >inline
operator<(const SmallVectorImpl &RHS) constllvm::SmallVectorImpl< T >inline
operator<=(const SmallVectorImpl &RHS) constllvm::SmallVectorImpl< T >inline
operator=(const SmallVector &RHS)llvm::SmallVector< T, N >inline
operator=(SmallVector &&RHS)llvm::SmallVector< T, N >inline
operator=(SmallVectorImpl< T > &&RHS)llvm::SmallVector< T, N >inline
operator=(std::initializer_list< T > IL)llvm::SmallVector< T, N >inline
llvm::SmallVectorImpl::operator=(const SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >
operator==(const SmallVectorImpl &RHS) constllvm::SmallVectorImpl< T >inline
operator>(const SmallVectorImpl &RHS) constllvm::SmallVectorImpl< T >inline
operator>=(const SmallVectorImpl &RHS) constllvm::SmallVectorImpl< T >inline
operator[](size_type idx)llvm::SmallVectorTemplateCommon< T, typename >inline
operator[](size_type idx) constllvm::SmallVectorTemplateCommon< T, typename >inline
pointer typedefllvm::SmallVectorTemplateCommon< T, typename >
pop_back()llvm::SmallVectorTemplateBase< T, bool >inline
pop_back_n(size_type NumItems)llvm::SmallVectorImpl< T >inline
pop_back_val()llvm::SmallVectorImpl< T >inline
push_back(const T &Elt)llvm::SmallVectorTemplateBase< T, bool >inline
push_back(T &&Elt)llvm::SmallVectorTemplateBase< T, bool >inline
rbegin()llvm::SmallVectorTemplateCommon< T, typename >inline
rbegin() constllvm::SmallVectorTemplateCommon< T, typename >inline
reference typedefllvm::SmallVectorImpl< T >
rend()llvm::SmallVectorTemplateCommon< T, typename >inline
rend() constllvm::SmallVectorTemplateCommon< T, typename >inline
replaceAllocation(void *NewElts, size_t TSize, size_t NewCapacity, size_t VSize=0)llvm::SmallVectorBase< SmallVectorSizeType< T > >protected
reserve(size_type N)llvm::SmallVectorImpl< T >inline
reserveForParamAndGetAddress(const T &Elt, size_t N=1)llvm::SmallVectorTemplateBase< T, bool >inlineprotected
reserveForParamAndGetAddress(T &Elt, size_t N=1)llvm::SmallVectorTemplateBase< T, bool >inlineprotected
reserveForParamAndGetAddressImpl(U *This, const T &Elt, size_t N)llvm::SmallVectorTemplateCommon< T, typename >inlineprotectedstatic
resetToSmall()llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
resize(size_type N)llvm::SmallVectorImpl< T >inline
resize(size_type N, ValueParamT NV)llvm::SmallVectorImpl< T >inline
resize_for_overwrite(size_type N)llvm::SmallVectorImpl< T >inline
reverse_iterator typedefllvm::SmallVectorTemplateCommon< T, typename >
set_allocation_range(void *Begin, size_t N)llvm::SmallVectorBase< SmallVectorSizeType< T > >inlineprotected
set_size(size_t N)llvm::SmallVectorBase< SmallVectorSizeType< T > >inlineprotected
Sizellvm::SmallVectorBase< SmallVectorSizeType< T > >protected
size() constllvm::SmallVectorBase< SmallVectorSizeType< T > >inline
size_in_bytes() constllvm::SmallVectorTemplateCommon< T, typename >inline
size_type typedefllvm::SmallVectorImpl< T >
SizeTypeMax()llvm::SmallVectorBase< SmallVectorSizeType< T > >inlineprotectedstatic
SmallVector()llvm::SmallVector< T, N >inline
SmallVector(size_t Size)llvm::SmallVector< T, N >inlineexplicit
SmallVector(size_t Size, const T &Value)llvm::SmallVector< T, N >inline
SmallVector(ItTy S, ItTy E)llvm::SmallVector< T, N >inline
SmallVector(const iterator_range< RangeTy > &R)llvm::SmallVector< T, N >inlineexplicit
SmallVector(std::initializer_list< T > IL)llvm::SmallVector< T, N >inline
SmallVector(ArrayRef< U > A)llvm::SmallVector< T, N >inlineexplicit
SmallVector(const SmallVector &RHS)llvm::SmallVector< T, N >inline
SmallVector(SmallVector &&RHS)llvm::SmallVector< T, N >inline
SmallVector(SmallVectorImpl< T > &&RHS)llvm::SmallVector< T, N >inline
SmallVectorBase()=deletellvm::SmallVectorBase< SmallVectorSizeType< T > >protected
SmallVectorBase(void *FirstEl, size_t TotalCapacity)llvm::SmallVectorBase< SmallVectorSizeType< T > >inlineprotected
SmallVectorImpl(unsigned N)llvm::SmallVectorImpl< T >inlineexplicitprotected
SmallVectorImpl(const SmallVectorImpl &)=deletellvm::SmallVectorImpl< T >
SmallVectorTemplateBase(size_t Size)llvm::SmallVectorTemplateBase< T, bool >inlineprotected
SmallVectorTemplateCommon(size_t Size)llvm::SmallVectorTemplateCommon< T, typename >inlineprotected
swap(SmallVectorImpl &RHS)llvm::SmallVectorImpl< T >
takeAllocationForGrow(T *NewElts, size_t NewCapacity)llvm::SmallVectorTemplateBase< T, bool >protected
TakesParamByValuellvm::SmallVectorTemplateBase< T, bool >protectedstatic
truncate(size_type N)llvm::SmallVectorImpl< T >inline
uninitialized_copy(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, bool >inlineprotectedstatic
uninitialized_move(It1 I, It1 E, It2 Dest)llvm::SmallVectorTemplateBase< T, bool >inlineprotectedstatic
value_type typedefllvm::SmallVectorTemplateCommon< T, typename >
ValueParamT typedefllvm::SmallVectorImpl< T >protected
~SmallVector()llvm::SmallVector< T, N >inline
~SmallVectorImpl()llvm::SmallVectorImpl< T >inlineprotected