Home
last modified time | relevance | path

Searched refs:replaceAllocation (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp112 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()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h88 void *replaceAllocation(void *NewElts, size_t TSize, size_t NewCapacity,