Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h133 void shrinkToSize(size_t Index) { in shrinkToSize() function
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h134 DEMANGLE_ASSERT(Index <= size(), "shrinkToSize() can't expand!"); in shrinkToSize() function