Searched refs:num_put (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/src/
H A Dcompatibility-ldbl.cc43 template class num_put<C, ostreambuf_iterator<C> >;
46 template const num_put<C>& use_facet<num_put<C> >(const locale&);
50 template bool has_facet<num_put<C> >(const locale&);
58 template class num_put<C, ostreambuf_iterator<C> >;
61 template const num_put<C>& use_facet<num_put<C> >(const locale&);
65 template bool has_facet<num_put<C> >(const locale&);
H A Dlocale-inst.cc80 // numpunct, numpunct_byname, num_get, and num_put
86 template class num_put<C, ostreambuf_iterator<C> >;
133 num_put<C, ostreambuf_iterator<C> >::
139 num_put<C, ostreambuf_iterator<C> >::
146 num_put<C, ostreambuf_iterator<C> >::
152 num_put<C, ostreambuf_iterator<C> >::
159 num_put<C, ostreambuf_iterator<C> >::
165 num_put<C, ostreambuf_iterator<C> >::
209 const num_put<C>&
210 use_facet<num_put<
[all...]
H A Dlocale_init.cc88 typedef char fake_num_put_c[sizeof(num_put<char>)]
89 __attribute__ ((aligned(__alignof__(num_put<char>))));
142 typedef char fake_num_put_w[sizeof(num_put<wchar_t>)]
143 __attribute__ ((aligned(__alignof__(num_put<wchar_t>))));
288 &num_put<char>::id,
292 &num_put<wchar_t>::id,
394 _M_init_facet(new (&num_put_c) num_put<char>(1));
424 _M_init_facet(new (&num_put_w) num_put<wchar_t>(1));
H A Dlocalename.cc226 _M_init_facet(new num_put<char>);
242 _M_init_facet(new num_put<wchar_t>);
H A Dlocale.cc421 _GLIBCXX_SYNC_ID (num_put<char>, _ZNSt7num_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE2idE);
426 _GLIBCXX_SYNC_ID (num_put<wchar_t>, _ZNSt7num_putIwSt19ostreambuf_iteratorIwSt11char_traitsIwEEE2idE);
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dbasic_ios.h79 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
H A Dlocalefwd.h136 class num_put;
H A Dlocale_facets.h1584 // num_put
2257 * The num_put template uses protected virtual functions to provide the
2260 * implement the behavior they require from the num_put facet.
2263 class num_put : public locale::facet class in inherits:locale::facet
2284 num_put(size_t __refs = 0) : facet(__refs) { } function in class:num_put
2290 * by calling num_put::do_put().
2310 * stream. It does so by calling num_put::do_put().
2369 * It does so by calling num_put::do_put().
2420 * does so by calling num_put::do_put().
2463 ~num_put() { };
[all...]
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_ostream.h73 typedef num_put<_CharT, ostreambuf_iterator<_CharT, _Traits> >
187 // 117. basic_ostream uses nonexistent num_put member functions.
198 // 117. basic_ostream uses nonexistent num_put member functions.
220 // 117. basic_ostream uses nonexistent num_put member functions.
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp211 install(&make<num_put<char> >(1u));
212 install(&make<num_put<wchar_t> >(1u));
409 install_from<num_put<char> >(one);
410 install_from<num_put<wchar_t> >(one);
6103 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_put<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6104 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_put<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 157 milliseconds