Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libcxx/benchmarks/
Dstring.bench.cpp220 S *newS = new (static_cast<void*>(Storage)) std::string(makeString(Length())); in run() local
226 S *tmpS = new (static_cast<void*>(Storage + I)) S(std::move(*newS)); in run()
228 newS->~S(); in run()
229 newS = tmpS; in run()
231 newS->~S(); in run()