Searched refs:reserveForParamAndGetAddressImpl (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 243 static const T *reserveForParamAndGetAddressImpl(U *This, const T &Elt, in reserveForParamAndGetAddressImpl() function 392 return this->reserveForParamAndGetAddressImpl(this, Elt, N); 399 this->reserveForParamAndGetAddressImpl(this, Elt, N)); 544 return this->reserveForParamAndGetAddressImpl(this, Elt, N); 551 this->reserveForParamAndGetAddressImpl(this, Elt, N));
|