Home
last modified time | relevance | path

Searched refs:num_put (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/
H A Dtypes.pass.cpp27 static_assert((std::is_base_of<std::locale::facet, std::num_put<char> >::value), ""); in main()
28 static_assert((std::is_same<std::num_put<char>::char_type, char>::value), ""); in main()
29 …static_assert((std::is_same<std::num_put<char>::iter_type, std::ostreambuf_iterator<char> >::value… in main()
32 static_assert((std::is_base_of<std::locale::facet, std::num_put<wchar_t> >::value), ""); in main()
33 static_assert((std::is_same<std::num_put<wchar_t>::char_type, wchar_t>::value), ""); in main()
34 …static_assert((std::is_same<std::num_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >:… in main()
H A Dctor.pass.cpp20 typedef std::num_put<char, char*> F;
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dtricky-names.ll15 define weak i32 @"\01??_B?$num_put@_WV?$back_insert_iterator@V?$basic_string@_WU?$char_traits@_W@st…
34 ; READOBJ: Name: ??_B?$num_put@_WV?$back_insert_iterator@V?$basic_string@_WU?$char_traits@_W@std@@V…
/llvm-project-15.0.7/libcxx/include/
H A Dostream415 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
442 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
471 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
498 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
527 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
553 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
579 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
605 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
631 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
657 typedef num_put<char_type, ostreambuf_iterator<char_type, traits_type> > _Fp;
[all …]
H A Dlocale159 template <class charT, class OutputIterator> class num_put;
1284 class _LIBCPP_TEMPLATE_VIS num_put
1293 explicit num_put(size_t __refs = 0)
1356 ~num_put() {}
1390 num_put<_CharT, _OutputIterator>::id;
1463 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob,
1519 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob,
1527 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob,
1535 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob,
1543 num_put<_CharT, _OutputIterator>::do_put(iter_type __s, ios_base& __iob,
[all …]
/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_pointer.pass.cpp22 typedef std::num_put<char, cpp17_output_iterator<char*> > F;
H A Dput_bool.pass.cpp22 typedef std::num_put<char, cpp17_output_iterator<char*> > F;
H A Dput_long_long.pass.cpp22 typedef std::num_put<char, cpp17_output_iterator<char*> > F;
H A Dput_unsigned_long_long.pass.cpp22 typedef std::num_put<char, cpp17_output_iterator<char*> > F;
H A Dput_unsigned_long.pass.cpp22 typedef std::num_put<char, cpp17_output_iterator<char*> > F;
H A Dput_long.pass.cpp22 typedef std::num_put<char, cpp17_output_iterator<char*> > F;
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp40 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dglobal.pass.cpp43 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale/locale.cons/
H A Dlocale_locale_cat.pass.cpp47 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dlocale_string_cat.pass.cpp47 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dassign.pass.cpp47 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dlocale_char_pointer_cat.pass.cpp47 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dcopy.pass.cpp45 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dstring.pass.cpp46 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Ddefault.pass.cpp44 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dchar_pointer.pass.cpp50 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
H A Dlocale_facetptr.pass.cpp46 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
/llvm-project-15.0.7/libcxx/test/std/localization/locales/locale/locale.members/
H A Dcombine.pass.cpp43 assert(std::has_facet<std::num_put<CharT> >(loc)); in check_for()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Ddbginfo.ll45 …%"struct.std::num_put<char,std::ostreambuf_iterator<char, std::char_traits<char> > >" = type { %"s…
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dextra-toc-reg-deps.ll16 …streambuf.17"*, %"class.std::ctype.21"*, %"class.std::__gnu_cxx_ldbl128::num_put.22"*, %"class.std…
28 %"class.std::__gnu_cxx_ldbl128::num_put.22" = type { %"class.std::locale::facet.base.18", [4 x i8] }

12