Searched refs:replaceAllocation (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | SmallVector.cpp | 112 void *SmallVectorBase<Size_T>::replaceAllocation(void *NewElts, size_t TSize, in replaceAllocation() function in SmallVectorBase 132 NewElts = replaceAllocation(NewElts, TSize, NewCapacity); in mallocForGrow() 145 NewElts = replaceAllocation(NewElts, TSize, NewCapacity); in grow_pod() 153 NewElts = replaceAllocation(NewElts, TSize, NewCapacity, size()); in grow_pod()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 87 void *replaceAllocation(void *NewElts, size_t TSize, size_t NewCapacity,
|