Home
last modified time | relevance | path

Searched defs:StrStream (Results 1 – 17 of 17) sorted by relevance

/llvm-project/libcxx/test/std/input.output/string.streams/istringstream/istringstream.cons/
H A Dstring_view.mode.alloc.pass.cpp51 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
134 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test() typedef
H A Dstring_view.alloc.pass.cpp50 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
90 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test() typedef
H A Dstring_view.mode.pass.cpp52 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
99 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test() typedef
/llvm-project/libcxx/test/std/input.output/string.streams/stringstream/stringstream.cons/
H A Dstring_view.mode.alloc.pass.cpp51 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
134 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test() typedef
H A Dstring_view.alloc.pass.cpp50 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
90 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test() typedef
H A Dstring_view.mode.pass.cpp52 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
99 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test() typedef
/llvm-project/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.cons/
H A Dstring_view.mode.alloc.pass.cpp51 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
134 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test() typedef
H A Dstring_view.alloc.pass.cpp50 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
90 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test() typedef
H A Dstring_view.mode.pass.cpp52 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
99 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test() typedef
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.cons/
H A Dstring_view.mode.pass.cpp52 using StrStream = std::basic_stringbuf<CharT, TraitsT, AllocT>; in test_sfinae() typedef
99 using StrStream = std::basic_stringbuf<CharT, TraitsT, AllocT>; in test() typedef
/llvm-project/libcxx/test/std/input.output/string.streams/ostringstream/ostringstream.members/
H A Dstr.string_view.pass.cpp44 using StrStream = std::basic_ostringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
/llvm-project/libcxx/test/std/input.output/string.streams/istringstream/istringstream.members/
H A Dstr.string_view.pass.cpp44 using StrStream = std::basic_istringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
/llvm-project/libcxx/test/std/input.output/string.streams/stringstream/stringstream.members/
H A Dstr.string_view.pass.cpp44 using StrStream = std::basic_stringstream<CharT, TraitsT, AllocT>; in test_sfinae() typedef
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dpath.io.unicode_bug.pass.cpp48 using StrStream = std::basic_stringstream<CharT>; in doIOTest() typedef
H A Dpath.io.pass.cpp45 using StrStream = std::basic_stringstream<CharT>; in doIOTest() typedef
/llvm-project/bolt/include/bolt/Core/
H A DDebugNames.h138 std::unique_ptr<raw_svector_ostream> StrStream; variable
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp617 raw_string_ostream StrStream(storage); convert() local