Searched refs:money_get (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/src/
H A Dcompatibility-ldbl.cc44 template class money_get<C, istreambuf_iterator<C> >;
49 template const money_get<C>& use_facet<money_get<C> >(const locale&);
53 template bool has_facet<money_get<C> >(const locale&);
59 template class money_get<C, istreambuf_iterator<C> >;
64 template const money_get<C>& use_facet<money_get<C> >(const locale&);
68 template bool has_facet<money_get<C> >(const locale&);
H A Dlocale-inst.cc45 // moneypunct, money_get, and money_put
53 template class money_get<C, istreambuf_iterator<C> >;
57 money_get<C, istreambuf_iterator<C> >::
63 money_get<C, istreambuf_iterator<C> >::
229 const money_get<C>&
230 use_facet<money_get<C> >(const locale&);
283 has_facet<money_get<C> >(const locale&);
H A Dlocale_init.cc101 typedef char fake_money_get_c[sizeof(money_get<char>)]
102 __attribute__ ((aligned(__alignof__(money_get<char>))));
155 typedef char fake_money_get_w[sizeof(money_get<wchar_t>)]
156 __attribute__ ((aligned(__alignof__(money_get<wchar_t>))));
325 &money_get<char>::id,
330 &money_get<wchar_t>::id,
404 _M_init_facet(new (&money_get_c) money_get<char>(1));
434 _M_init_facet(new (&money_get_w) money_get<wchar_t>(1));
H A Dlocalename.cc230 _M_init_facet(new money_get<char>);
246 _M_init_facet(new money_get<wchar_t>);
H A Dlocale.cc422 _GLIBCXX_SYNC_ID (money_get<char>, _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE);
427 _GLIBCXX_SYNC_ID (money_get<wchar_t>, _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocalefwd.h162 class money_get;
H A Dlocale_facets.h3538 // money_get/money_put. "-0123456789"
4038 * The money_get template uses protected virtual functions to
4042 * the money_get facet.
4045 class money_get : public locale::facet class in inherits:locale::facet
4067 money_get(size_t __refs = 0) : facet(__refs) { } function in class:money_get
4134 ~money_get() { }
4179 locale::id money_get<_CharT, _InIter>::id;
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp217 install(&make<money_get<char> >(1u));
218 install(&make<money_get<wchar_t> >(1u));
398 install_from<money_get<char> >(one);
399 install_from<money_get<wchar_t> >(one);
6131 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS money_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6132 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS money_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 128 milliseconds