Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSmallVector.h217 bool ReferencesStorage = false; in reserveForParamAndGetAddressImpl() local
221 ReferencesStorage = true; in reserveForParamAndGetAddressImpl()
226 return ReferencesStorage ? This->begin() + Index : &Elt; in reserveForParamAndGetAddressImpl()