Home
last modified time | relevance | path

Searched defs:traits_type (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/abseil/
H A Dredundant-strcat-calls.cpp8 typedef std::char_traits<char> traits_type; typedef in absl::string_view
/llvm-project/libcxx/include/__iterator/
H A Distream_iterator.h44 typedef _Traits traits_type; typedef
H A Dostreambuf_iterator.h45 typedef _Traits traits_type; global() typedef
H A Dostream_iterator.h47 typedef _Traits traits_type; typedef
H A Distreambuf_iterator.h42 typedef _Traits traits_type; global() typedef
/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h120 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
129 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
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Dpbackfail.pass.cpp27 typedef typename base::traits_type traits_type; typedef
H A Doverflow.pass.cpp30 typedef typename base::traits_type traits_type; typedef
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dpbackfail.pass.cpp32 typedef base::traits_type traits_type; typedef
H A Dunderflow.pass.cpp34 typedef base::traits_type traits_type; typedef
H A Doverflow.pass.cpp35 typedef base::traits_type traits_type; typedef
/llvm-project/libcxx/src/
H A Dstd_stream.h36 typedef char_traits<char_type> traits_type; typedef
244 typedef char_traits<char_type> traits_type; global() typedef
[all...]
/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h44 typedef _Traits traits_type; global() typedef
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dalias-templates.cpp44 typedef traits<thing<inner>> traits_type; typedef