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