assertSafeToAdd(const void *Elt, size_t N=1) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
assertSafeToAddRange(const T *From, const T *To) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
assertSafeToAddRange(ItTy, ItTy) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
assertSafeToReferenceAfterClear(const T *From, const T *To) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
assertSafeToReferenceAfterClear(ItTy, ItTy) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
back() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
back() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
begin() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
begin() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
BeginX | wpi::SmallVectorBase | protected |
Capacity | wpi::SmallVectorBase | protected |
capacity() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
capacity_in_bytes() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
const_iterator typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
const_pointer typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
const_reference typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
const_reverse_iterator typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
data() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
data() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
destroy_range(T *S, T *E) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotectedstatic |
difference_type typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
empty() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
end() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
end() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
forward_value_param(T &&V) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotectedstatic |
forward_value_param(const T &V) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotectedstatic |
front() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
front() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
getFirstEl() const | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
grow(size_t MinSize=0) | wpi::SmallVectorTemplateBase< T, bool > | protected |
grow_pod(size_t MinSize, size_t TSize) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
wpi::SmallVectorBase::grow_pod(void *FirstEl, size_t MinSize, size_t TSize) | wpi::SmallVectorBase | protected |
growAndAssign(size_t NumElts, const T &Elt) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotected |
growAndEmplaceBack(ArgTypes &&... Args) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotected |
isRangeInStorage(const void *First, const void *Last) const | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
isReferenceToRange(const void *V, const void *First, const void *Last) const | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
isReferenceToStorage(const void *V) const | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
isSmall() const | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
iterator typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
mallocForGrow(size_t MinSize, size_t &NewCapacity) | wpi::SmallVectorTemplateBase< T, bool > | protected |
wpi::SmallVectorTemplateCommon::mallocForGrow(void *FirstEl, size_t MinSize, size_t TSize, size_t &NewCapacity) | wpi::SmallVectorBase | protected |
max_size() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
moveElementsForGrow(T *NewElts) | wpi::SmallVectorTemplateBase< T, bool > | protected |
operator[](size_type idx) | wpi::SmallVectorTemplateCommon< T, typename > | inline |
operator[](size_type idx) const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
pointer typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
pop_back() | wpi::SmallVectorTemplateBase< T, bool > | inline |
push_back(const T &Elt) | wpi::SmallVectorTemplateBase< T, bool > | inline |
push_back(T &&Elt) | wpi::SmallVectorTemplateBase< T, bool > | inline |
rbegin() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
rbegin() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
reference typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
rend() | wpi::SmallVectorTemplateCommon< T, typename > | inline |
rend() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
replaceAllocation(void *NewElts, size_t TSize, size_t NewCapacity, size_t VSize=0) | wpi::SmallVectorBase | protected |
reserveForParamAndGetAddress(const T &Elt, size_t N=1) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotected |
reserveForParamAndGetAddress(T &Elt, size_t N=1) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotected |
reserveForParamAndGetAddressImpl(U *This, const T &Elt, size_t N) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotectedstatic |
resetToSmall() | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
reverse_iterator typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
set_size(size_t N) | wpi::SmallVectorBase | inlineprotected |
size() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
Size | wpi::SmallVectorBase | protected |
size_in_bytes() const | wpi::SmallVectorTemplateCommon< T, typename > | inline |
size_type typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
SizeTypeMax() | wpi::SmallVectorBase | inlineprotectedstatic |
SmallVectorBase()=delete | wpi::SmallVectorBase | protected |
SmallVectorBase(void *FirstEl, size_t TotalCapacity) | wpi::SmallVectorBase | inlineprotected |
SmallVectorTemplateBase(size_t Size) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotected |
SmallVectorTemplateCommon(size_t Size) | wpi::SmallVectorTemplateCommon< T, typename > | inlineprotected |
SmallVectorTemplateCommon< T > | wpi::SmallVectorTemplateBase< T, bool > | friend |
takeAllocationForGrow(T *NewElts, size_t NewCapacity) | wpi::SmallVectorTemplateBase< T, bool > | protected |
TakesParamByValue | wpi::SmallVectorTemplateBase< T, bool > | protectedstatic |
uninitialized_copy(It1 I, It1 E, It2 Dest) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotectedstatic |
uninitialized_move(It1 I, It1 E, It2 Dest) | wpi::SmallVectorTemplateBase< T, bool > | inlineprotectedstatic |
value_type typedef | wpi::SmallVectorTemplateCommon< T, typename > | |
ValueParamT typedef | wpi::SmallVectorTemplateBase< T, bool > | protected |