Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dpath.io.unicode_bug.pass.cpp46 using StrStream = std::basic_stringstream<CharT>; in doIOTest() typedef
50 StrStream ss; in doIOTest()
H A Dpath.io.pass.cpp43 using StrStream = std::basic_stringstream<CharT>; in doIOTest() typedef
46 StrStream ss; in doIOTest()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1105 StrStream = std::make_unique<raw_svector_ostream>(*StrBuffer); in create()
1110 (*StrStream) << StrSection; in initialize()
1118 (*StrStream) << Str; in addString()
1119 StrStream->write_zeros(1); in addString()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h470 std::unique_ptr<raw_svector_ostream> StrStream; variable