/llvm-project/libcxx/include/__format/ |
H A D | format_context.h | 85 using char_type = _CharT; _LIBCPP_PREFERRED_NAME() local 156 using char_type = _CharT; global() variable
|
H A D | format_arg_store.h | 53 requires(same_as<typename _Context::char_type,wchar_t> && same_as<_CharT,char>) requires() argument 119 requires(same_as<typename _Context::char_type,typename _Tp::value_type> && same_as<_Tp,basic_string_view<typename _Tp::value_type,typename _Tp::traits_type>>) requires() argument 128 requires(same_as<typename _Context::char_type,typename _Tp::value_type> && same_as<_Tp,basic_string<typename _Tp::value_type,typename _Tp::traits_type,typename _Tp::allocator_type>>) requires() argument [all...] |
/llvm-project/libcxx/test/std/strings/basic.string/ |
H A D | test_traits.h | 14 typedef charT char_type; typedef
|
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/ |
H A D | quoted_traits.verify.cpp | 23 typedef charT char_type; typedef
|
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/ |
H A D | user_defined_char_type.pass.cpp | 32 using char_type = Char; global() typedef 78 using char_type = Char; global() typedef in std::ctype 104 toupper(char_type *,const char_type * end) const toupper() argument 107 tolower(char_type *,const char_type * end) const tolower() argument [all...] |
/llvm-project/libcxx/include/__iterator/ |
H A D | istream_iterator.h | 43 typedef _CharT char_type; typedef
|
H A D | ostreambuf_iterator.h | 44 typedef _CharT char_type; global() typedef
|
H A D | ostream_iterator.h | 46 typedef _CharT char_type; typedef
|
H A D | istreambuf_iterator.h | 41 typedef _CharT char_type; global() typedef
|
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/ |
H A D | failed.pass.cpp | 24 typedef typename std::basic_streambuf<Char,Traits>::char_type char_type; typedef
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.hash/ |
H A D | enabled_hashes.pass.cpp | 29 using char_type = MyChar; typedef [all...] |
H A D | string_view.pass.cpp | 38 typedef typename SV::value_type char_type; in test() typedef
|
H A D | char_type.hash.verify.cpp | 24 typedef _CharT char_type; typedef
|
/llvm-project/libcxx/test/std/strings/basic.string.hash/ |
H A D | enabled_hashes.pass.cpp | 29 using char_type = MyChar; typedef [all...] |
H A D | char_type_hash.verify.cpp | 23 typedef _CharT char_type; typedef
|
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/ |
H A D | comparison.verify.cpp | 26 typedef CharT char_type; typedef
|
H A D | common_type_specialization.pass.cpp | 31 using char_type = char_wrapper; typedef
|
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
H A D | pbackfail.pass.cpp | 25 typedef typename base::char_type char_type; typedef
|
H A D | underflow.pass.cpp | 30 typedef typename base::char_type char_type; typedef
|
H A D | overflow.pass.cpp | 28 typedef typename base::char_type char_type; typedef
|
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
H A D | pbackfail.pass.cpp | 30 typedef base::char_type char_type; typedef
|
H A D | underflow.pass.cpp | 32 typedef base::char_type char_type; typedef
|
H A D | overflow.pass.cpp | 33 typedef base::char_type char_type; typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | push_back.pass.cpp | 29 using char_type = VeryLarge; global() typedef [all...] |
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.args/ |
H A D | get.pass.cpp | 91 using char_type = typename Context::char_type; test() typedef [all...] |