Searched defs:shrink_to_fit (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Parser/ | ||
H A D | token-sequence.cpp | 41 void TokenSequence::shrink_to_fit() { in shrink_to_fit() function in Fortran::parser::TokenSequence |
H A D | provenance.cpp | 64 void OffsetToProvenanceMappings::shrink_to_fit() { in shrink_to_fit() function in Fortran::parser::OffsetToProvenanceMappings |
/llvm-project/libcxx/test/support/ | ||
H A D | nasty_containers.h | 77 void shrink_to_fit() TEST_NOEXCEPT { v_.shrink_to_fit(); } in shrink_to_fit() function |