Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/FixIt/
H A Dtypo.cpp87 …template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here… class
91 …nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'n… in poit()
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dtypes.pass.cpp36 static_assert((std::is_same<myconv::wide_string, std::wstring>::value), ""); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dlocale102 const wide_string& wide_err = wide_string());
107 wide_string from_bytes(char byte);
108 wide_string from_bytes(const char* ptr);
109 wide_string from_bytes(const byte_string& str);
114 byte_string to_bytes(const wide_string& wstr);
3631 wide_string __wide_err_string_;
3653 const wide_string& __wide_err = wide_string());
3661 wide_string from_bytes(char __byte)
3664 wide_string from_bytes(const char* __ptr)
3667 wide_string from_bytes(const byte_string& __str)
[all …]