HomeSort by: relevance | last modified time | path
    Searched refs:money_get (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-ldbl-alt128-cxx11.cc 56 alignas(money_get<char>) char money_get_c[sizeof(money_get<char>)];
59 alignas(money_get<wchar_t>) char money_get_w[sizeof(money_get<wchar_t>)];
82 init_facet(f, new (&money_get_c) money_get<char>(1));
85 init_facet(f, new (&money_get_w) money_get<wchar_t>(1));
91 init_facet(f, new money_get<char>);
94 init_facet(f, new money_get<wchar_t>);
locale-inst-monetary.h 39 INSTANTIATE_FACET_ACCESSORS(money_get<C>);
42 template class money_get<C, istreambuf_iterator<C> >;
47 money_get<C, istreambuf_iterator<C> >::
53 money_get<C, istreambuf_iterator<C> >::
compatibility-ldbl-alt128.cc 117 alignas(money_get<char>) char money_get_c[sizeof(money_get<char>)];
122 alignas(money_get<wchar_t>) char money_get_w[sizeof(money_get<wchar_t>)];
139 _M_init_facet(new (&money_get_c) money_get<char>(1));
144 _M_init_facet(new (&money_get_w) money_get<wchar_t>(1));
152 _M_init_facet(new money_get<char>);
157 _M_init_facet(new money_get<wchar_t>);
cow-locale_init.cc 50 typedef char fake_money_get_c[sizeof(money_get<char>)]
51 __attribute__ ((aligned(__alignof__(money_get<char>))));
80 typedef char fake_money_get_w[sizeof(money_get<wchar_t>)]
81 __attribute__ ((aligned(__alignof__(money_get<wchar_t>))));
109 _M_init_facet_unchecked(new (&money_get_c) money_get<char>(1));
122 _M_init_facet_unchecked(new (&money_get_w) money_get<wchar_t>(1));
150 _M_init_facet_unchecked(new money_get<char>);
162 _M_init_facet_unchecked(new money_get<wchar_t>);
locale_init.cc 138 typedef char fake_money_get_c[sizeof(money_get<char>)]
139 __attribute__ ((aligned(__alignof__(money_get<char>))));
192 typedef char fake_money_get_w[sizeof(money_get<wchar_t>)]
193 __attribute__ ((aligned(__alignof__(money_get<wchar_t>))));
411 &money_get<char>::id,
416 &money_get<wchar_t>::id,
458 &money_get<char>::id,
475 &money_get<wchar_t>::id,
528 _M_init_facet(new (&money_get_c) money_get<char>(1));
558 _M_init_facet(new (&money_get_w) money_get<wchar_t>(1))
    [all...]
cxx11-shim_facets.cc 30 // facets (collate, money_get etc.) except that they forward all virtual
371 struct money_get_shim : std::money_get<_CharT>, __shim
373 typedef typename std::money_get<_CharT>::iter_type iter_type;
374 typedef typename std::money_get<_CharT>::char_type char_type;
375 typedef typename std::money_get<_CharT>::string_type string_type;
377 // f must point to a type derived from money_get<C>[abi:other]
738 auto* m = static_cast<const money_get<C>*>(f);
813 if (which == &money_get<char>::id)
830 if (which == &money_get<wchar_t>::id)
localename.cc 267 _M_init_facet(new money_get<char>);
283 _M_init_facet(new money_get<wchar_t>);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-ldbl-alt128-cxx11.cc 56 alignas(money_get<char>) char money_get_c[sizeof(money_get<char>)];
59 alignas(money_get<wchar_t>) char money_get_w[sizeof(money_get<wchar_t>)];
82 init_facet(f, new (&money_get_c) money_get<char>(1));
85 init_facet(f, new (&money_get_w) money_get<wchar_t>(1));
91 init_facet(f, new money_get<char>);
94 init_facet(f, new money_get<wchar_t>);
locale-inst-monetary.h 36 template const money_get<C>& use_facet<money_get<C> >(const locale&);
39 template bool has_facet<money_get<C> >(const locale&);
42 template class money_get<C, istreambuf_iterator<C> >;
47 money_get<C, istreambuf_iterator<C> >::
53 money_get<C, istreambuf_iterator<C> >::
compatibility-ldbl-alt128.cc 117 alignas(money_get<char>) char money_get_c[sizeof(money_get<char>)];
122 alignas(money_get<wchar_t>) char money_get_w[sizeof(money_get<wchar_t>)];
139 _M_init_facet(new (&money_get_c) money_get<char>(1));
144 _M_init_facet(new (&money_get_w) money_get<wchar_t>(1));
152 _M_init_facet(new money_get<char>);
157 _M_init_facet(new money_get<wchar_t>);
cow-locale_init.cc 50 typedef char fake_money_get_c[sizeof(money_get<char>)]
51 __attribute__ ((aligned(__alignof__(money_get<char>))));
80 typedef char fake_money_get_w[sizeof(money_get<wchar_t>)]
81 __attribute__ ((aligned(__alignof__(money_get<wchar_t>))));
109 _M_init_facet_unchecked(new (&money_get_c) money_get<char>(1));
122 _M_init_facet_unchecked(new (&money_get_w) money_get<wchar_t>(1));
149 _M_init_facet_unchecked(new money_get<char>);
161 _M_init_facet_unchecked(new money_get<wchar_t>);
cxx11-shim_facets.cc 30 // facets (collate, money_get etc.) except that they forward all virtual
371 struct money_get_shim : std::money_get<_CharT>, __shim
373 typedef typename std::money_get<_CharT>::iter_type iter_type;
374 typedef typename std::money_get<_CharT>::char_type char_type;
375 typedef typename std::money_get<_CharT>::string_type string_type;
377 // f must point to a type derived from money_get<C>[abi:other]
738 auto* m = static_cast<const money_get<C>*>(f);
813 if (which == &money_get<char>::id)
830 if (which == &money_get<wchar_t>::id)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
compatibility-ldbl.cc 41 template class money_get<C, istreambuf_iterator<C> >;
46 template const money_get<C>& use_facet<money_get<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
54 template const money_get<C>* __try_use_facet<money_get<C> >(const locale&);
60 template class money_get<C, istreambuf_iterator<C> >;
65 template const money_get<C>& use_facet<money_get<C> >(const locale&);
69 template bool has_facet<money_get<C> >(const locale&)
    [all...]
locale.cc 492 _GLIBCXX_SYNC_ID (money_get<char>, _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE);
497 _GLIBCXX_SYNC_ID (money_get<wchar_t>, _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
compatibility-ldbl.cc 41 template class money_get<C, istreambuf_iterator<C> >;
46 template const money_get<C>& use_facet<money_get<C> >(const locale&);
50 template bool has_facet<money_get<C> >(const locale&);
56 template class money_get<C, istreambuf_iterator<C> >;
61 template const money_get<C>& use_facet<money_get<C> >(const locale&);
65 template bool has_facet<money_get<C> >(const locale&);
locale_init.cc 138 typedef char fake_money_get_c[sizeof(money_get<char>)]
139 __attribute__ ((aligned(__alignof__(money_get<char>))));
192 typedef char fake_money_get_w[sizeof(money_get<wchar_t>)]
193 __attribute__ ((aligned(__alignof__(money_get<wchar_t>))));
411 &money_get<char>::id,
416 &money_get<wchar_t>::id,
458 &money_get<char>::id,
475 &money_get<wchar_t>::id,
528 _M_init_facet(new (&money_get_c) money_get<char>(1));
558 _M_init_facet(new (&money_get_w) money_get<wchar_t>(1))
    [all...]
localename.cc 260 _M_init_facet(new money_get<char>);
276 _M_init_facet(new money_get<wchar_t>);
locale.cc 489 _GLIBCXX_SYNC_ID (money_get<char>, _ZNSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE);
494 _GLIBCXX_SYNC_ID (money_get<wchar_t>, _ZNSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets_nonio.h 984 // money_get/money_put. "-0123456789"
1495 * @brief Primary class template money_get.
1501 * The money_get template uses protected virtual functions to
1505 * the money_get facet.
1508 class money_get : public locale::facet class in inherits:locale::facet
1530 money_get(size_t __refs = 0) : facet(__refs) { } function in class:money_get
1598 ~money_get() { }
1653 locale::id money_get<_CharT, _InIter>::id;
localefwd.h 191 class money_get;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets_nonio.h 984 // money_get/money_put. "-0123456789"
1495 * @brief Primary class template money_get.
1501 * The money_get template uses protected virtual functions to
1505 * the money_get facet.
1508 class money_get : public locale::facet class in inherits:locale::facet
1530 money_get(size_t __refs = 0) : facet(__refs) { } function in class:money_get
1598 ~money_get() { }
1653 locale::id money_get<_CharT, _InIter>::id;
localefwd.h 191 class money_get;
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 223 install(&make<money_get<char> >(1u));
224 install(&make<money_get<wchar_t> >(1u));
422 install_from<money_get<char> >(one);
423 install_from<money_get<wchar_t> >(one);
6317 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS money_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6318 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS money_get<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS

Completed in 38 milliseconds