Searched refs:__moneypunct_cache (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/contrib/libstdc++/config/locale/generic/ |
| D | monetary_members.cc | 52 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 78 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 114 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 142 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
| /freebsd-10-stable/contrib/libstdc++/src/ |
| D | locale_init.cc | 185 typedef char fake_money_cache_c[sizeof(std::__moneypunct_cache<char, true>)] 186 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<char, true>)))); 199 typedef char fake_money_cache_w[sizeof(std::__moneypunct_cache<wchar_t,true>)] 200 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<wchar_t,true>)))); 397 typedef __moneypunct_cache<char, false> money_cache_cf; in _Impl() 398 typedef __moneypunct_cache<char, true> money_cache_ct; in _Impl() 427 typedef __moneypunct_cache<wchar_t, false> money_cache_wf; in _Impl() 428 typedef __moneypunct_cache<wchar_t, true> money_cache_wt; in _Impl()
|
| D | locale-inst.cc | 48 template struct __moneypunct_cache<C, false>; variable 49 template struct __moneypunct_cache<C, true>; variable
|
| /freebsd-10-stable/contrib/libstdc++/config/locale/gnu/ |
| D | monetary_members.cc | 213 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 278 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 355 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 497 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
| /freebsd-10-stable/contrib/libstdc++/include/bits/ |
| D | locale_facets.h | 3548 struct __moneypunct_cache : public locale::facet struct 3572 __moneypunct_cache(size_t __refs = 0) : facet(__refs), in facet() argument 3583 ~__moneypunct_cache(); 3589 __moneypunct_cache& 3590 operator=(const __moneypunct_cache&); 3593 __moneypunct_cache(const __moneypunct_cache&); 3597 __moneypunct_cache<_CharT, _Intl>::~__moneypunct_cache() in ~__moneypunct_cache() 3624 typedef __moneypunct_cache<_CharT, _Intl> __cache_type;
|
| D | locale_facets.tcc | 160 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > 162 const __moneypunct_cache<_CharT, _Intl>* 169 __moneypunct_cache<_CharT, _Intl>* __tmp = NULL; in operator ()() 172 __tmp = new __moneypunct_cache<_CharT, _Intl>; in operator ()() 183 const __moneypunct_cache<_CharT, _Intl>*>(__caches[__i]); in operator ()() 224 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache() 1340 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_extract() 1606 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_insert()
|
| /freebsd-10-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 121 std::__moneypunct_cache*;
|
| /freebsd-10-stable/contrib/libstdc++/ |
| D | ChangeLog-2004 | 3391 (__moneypunct_cache): Same. 4280 (__moneypunct_cache::_M_cache): Same. 5141 (struct __moneypunct_cache<>): Parameterize on _Intl too; add 5144 (__moneypunct_cache<>::~__moneypunct_cache): Update. 5145 (__moneypunct_cache<>::_M_cache): Fill the cache. 5150 (struct __use_cache<__moneypunct_cache<_CharT, _Intl> >): New. 5167 __moneypunct_cache<C, false>, __moneypunct_cache<C, true>. 5170 __moneypunct_cache<char, false>, __moneypunct_cache<char, true>, 5171 __moneypunct_cache<wchar_t, false>, __moneypunct_cache<wchar_T, true>.
|
| D | ChangeLog-2003 | 3283 * config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache. 3303 (__moneypunct_cache): New.
|
| D | ChangeLog-2005 | 1365 __moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.
|