Home
last modified time | relevance | path

Searched defs:wformat_string (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/utilities/format/format.syn/
H A Druntime_format_string.pass.cpp62 auto wformat_string = std::runtime_format(std::wstring_view{}); in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr-format.cpp21 using wformat_string = basic_format_string<wchar_t, type_identity_t<Args>...>; typedef
/llvm-project/libcxx/include/__format/
H A Dformat_functions.h402 using wformat_string = basic_format_string<wchar_t, type_identity_t<_Args>...>; global() variable