Home
last modified time | relevance | path

Searched defs:wstring (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/boost/
H A Duse-to-string.cpp9 using wstring = basic_string<wchar_t>; typedef
78 std::string fun(const std::wstring &) {} in fun()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstring-integer-assignment.cpp15 typedef basic_string<wchar_t> wstring; typedef
H A Dstring-literal-with-embedded-nul.cpp19 typedef basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>> wstring; typedef
H A Dstring-constructor.cpp16 typedef basic_string<wchar_t> wstring; typedef
H A Dthrow-keyword-missing.cpp20 typedef basic_string<wchar_t> wstring; typedef
/llvm-project/clang/test/Misc/
H A Ddiagnostic-crash.cpp8 typedef basic_string<wchar_t> wstring; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dinefficient-string-concatenation.cpp13 typedef basic_string<wchar_t> wstring; typedef
H A Dfaster-string-find.cpp20 typedef basic_string<wchar_t> wstring; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-init-msvc.cpp18 typedef basic_string<wchar_t> wstring; typedef
H A Dredundant-string-init.cpp20 typedef basic_string<wchar_t> wstring; typedef
290 typedef basic_string<wchar_t> wstring; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dstr-cat-append.cpp48 wstring; typedef