Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallVector.cpp121 static void *replaceAllocation(void *NewElts, size_t TSize, size_t NewCapacity, in replaceAllocation() function
140 NewElts = replaceAllocation(NewElts, TSize, NewCapacity); in mallocForGrow()
153 NewElts = replaceAllocation(NewElts, TSize, NewCapacity); in grow_pod()
161 NewElts = replaceAllocation(NewElts, TSize, NewCapacity, size()); in grow_pod()