Home
last modified time | relevance | path

Searched defs:ReserveSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DInefficientVectorOperationCheck.cpp245 std::string ReserveSize; in check() local
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/
H A Dpath.append.pass.cpp143 std::size_t ReserveSize = E.size() + 3; in doAppendSourceAllocTest() local
H A Dpath.concat.pass.cpp99 std::size_t ReserveSize = StrLen(E) + 1; in doConcatSourceAllocTest() local