This is all the non-templated stuff common to all SmallVectors.
More...
#include <SmallVector.h>
This is all the non-templated stuff common to all SmallVectors.
Definition at line 62 of file SmallVector.h.
◆ SmallVectorBase()
llvm_vecsmall::SmallVectorBase::SmallVectorBase |
( |
void * |
FirstEl, |
|
|
size_t |
Size |
|
) |
| |
|
inlineprotected |
◆ capacity_in_bytes()
size_t llvm_vecsmall::SmallVectorBase::capacity_in_bytes |
( |
| ) |
const |
|
inline |
capacity_in_bytes - This returns capacity()*sizeof(T).
Definition at line 85 of file SmallVector.h.
◆ empty()
◆ grow_pod()
void llvm_vecsmall::SmallVectorBase::grow_pod |
( |
void * |
FirstEl, |
|
|
size_t |
MinSizeInBytes, |
|
|
size_t |
TSize |
|
) |
| |
|
inlineprotected |
This is an implementation of the grow() method which only works on POD-like data types and is out of line to reduce code duplication.
grow_pod - This is an implementation of the grow() method which only works on POD-like datatypes and is out of line to reduce code duplication.
Definition at line 1137 of file SmallVector.h.
◆ size_in_bytes()
size_t llvm_vecsmall::SmallVectorBase::size_in_bytes |
( |
| ) |
const |
|
inline |
◆ BeginX
void* llvm_vecsmall::SmallVectorBase::BeginX |
|
protected |
◆ CapacityX
void * llvm_vecsmall::SmallVectorBase::CapacityX |
|
protected |
◆ EndX
void * llvm_vecsmall::SmallVectorBase::EndX |
|
protected |
The documentation for this class was generated from the following file: