Home
last modified time | relevance | path

Searched defs:char_type (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/include/__format/
H A Dformat_context.h85 using char_type = _CharT; _LIBCPP_PREFERRED_NAME() local
156 using char_type = _CharT; global() variable
H A Dformat_arg_store.h53 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 Dtest_traits.h14 typedef charT char_type; typedef
/llvm-project/libcxx/test/std/input.output/iostream.format/quoted.manip/
H A Dquoted_traits.verify.cpp23 typedef charT char_type; typedef
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Duser_defined_char_type.pass.cpp32 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 Distream_iterator.h43 typedef _CharT char_type; typedef
H A Dostreambuf_iterator.h44 typedef _CharT char_type; global() typedef
H A Dostream_iterator.h46 typedef _CharT char_type; typedef
H A Distreambuf_iterator.h41 typedef _CharT char_type; global() typedef
/llvm-project/libcxx/test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/
H A Dfailed.pass.cpp24 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 Denabled_hashes.pass.cpp29 using char_type = MyChar; typedef
[all...]
H A Dstring_view.pass.cpp38 typedef typename SV::value_type char_type; in test() typedef
H A Dchar_type.hash.verify.cpp24 typedef _CharT char_type; typedef
/llvm-project/libcxx/test/std/strings/basic.string.hash/
H A Denabled_hashes.pass.cpp29 using char_type = MyChar; typedef
[all...]
H A Dchar_type_hash.verify.cpp23 typedef _CharT char_type; typedef
/llvm-project/libcxx/test/std/strings/string.view/string.view.comparison/
H A Dcomparison.verify.cpp26 typedef CharT char_type; typedef
H A Dcommon_type_specialization.pass.cpp31 using char_type = char_wrapper; typedef
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp25 typedef typename base::char_type char_type; typedef
H A Dunderflow.pass.cpp30 typedef typename base::char_type char_type; typedef
H A Doverflow.pass.cpp28 typedef typename base::char_type char_type; typedef
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp30 typedef base::char_type char_type; typedef
H A Dunderflow.pass.cpp32 typedef base::char_type char_type; typedef
H A Doverflow.pass.cpp33 typedef base::char_type char_type; typedef
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/
H A Dpush_back.pass.cpp29 using char_type = VeryLarge; global() typedef
[all...]
/llvm-project/libcxx/test/std/utilities/format/format.arguments/format.args/
H A Dget.pass.cpp91 using char_type = typename Context::char_type; test() typedef
[all...]

12