Home
last modified time | relevance | path

Searched defs:reallocate (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h94 bool reallocate(uptr NewCapacity) { in reallocate() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp120 void APInt::reallocate(unsigned NewBitWidth) { in reallocate() function in APInt