/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
H A D | monetary_members.cc | 54 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 80 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 116 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 144 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
H A D | monetary_members.cc | 54 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 80 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 116 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 144 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
H A D | locale_init.cc | 227 typedef char fake_money_cache_c[sizeof(std::__moneypunct_cache<char, true>)] 228 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<char, true>)))); 241 typedef char fake_money_cache_w[sizeof(std::__moneypunct_cache<wchar_t,true>)] 242 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<wchar_t,true>)))); 502 typedef __moneypunct_cache<char, false> money_cache_cf; in _Impl() 503 typedef __moneypunct_cache<char, true> money_cache_ct; in _Impl() 532 typedef __moneypunct_cache<wchar_t, false> money_cache_wf; in _Impl() 533 typedef __moneypunct_cache<wchar_t, true> money_cache_wt; in _Impl()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
H A D | locale_init.cc | 240 typedef char fake_money_cache_c[sizeof(std::__moneypunct_cache<char, true>)] 241 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<char, true>)))); 254 typedef char fake_money_cache_w[sizeof(std::__moneypunct_cache<wchar_t,true>)] 255 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<wchar_t,true>)))); 521 typedef __moneypunct_cache<char, false> money_cache_cf; in _Impl() 522 typedef __moneypunct_cache<char, true> money_cache_ct; in _Impl() 551 typedef __moneypunct_cache<wchar_t, false> money_cache_wf; in _Impl() 552 typedef __moneypunct_cache<wchar_t, true> money_cache_wt; in _Impl()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | cow-locale_init.cc | 102 auto __mpcf = static_cast<__moneypunct_cache<char, false>*>(caches[1]); in _M_init_extra() 103 auto __mpct = static_cast<__moneypunct_cache<char, true>*>(caches[2]); in _M_init_extra() 115 auto __mpwf = static_cast<__moneypunct_cache<wchar_t, false>*>(caches[4]); in _M_init_extra() 116 auto __mpwt = static_cast<__moneypunct_cache<wchar_t, true>*>(caches[5]); in _M_init_extra()
|
H A D | cxx11-shim_facets.cc | 199 __moneypunct_cache<C, Intl>*); 581 __moneypunct_cache<C, Intl>* c) in __moneypunct_fill_cache() 610 __moneypunct_cache<char, true>*); 614 __moneypunct_cache<char, false>*); 619 __moneypunct_cache<wchar_t, true>*); 623 __moneypunct_cache<wchar_t, false>*);
|
H A D | locale-inst.cc | 52 template struct __moneypunct_cache<C, false>; variable 53 template struct __moneypunct_cache<C, true>; variable
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | cow-locale_init.cc | 102 auto __mpcf = static_cast<__moneypunct_cache<char, false>*>(caches[1]); in _M_init_extra() 103 auto __mpct = static_cast<__moneypunct_cache<char, true>*>(caches[2]); in _M_init_extra() 115 auto __mpwf = static_cast<__moneypunct_cache<wchar_t, false>*>(caches[4]); in _M_init_extra() 116 auto __mpwt = static_cast<__moneypunct_cache<wchar_t, true>*>(caches[5]); in _M_init_extra()
|
H A D | locale-inst.cc | 55 template struct __moneypunct_cache<C, false>; variable 56 template struct __moneypunct_cache<C, true>; variable
|
H A D | cxx11-shim_facets.cc | 199 __moneypunct_cache<C, Intl>*); 581 __moneypunct_cache<C, Intl>* c) in __moneypunct_fill_cache() 610 __moneypunct_cache<char, true>*); 614 __moneypunct_cache<char, false>*); 619 __moneypunct_cache<wchar_t, true>*); 623 __moneypunct_cache<wchar_t, false>*);
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.h | 956 struct __moneypunct_cache : public locale::facet in _GLIBCXX_VISIBILITY() struct 980 __moneypunct_cache(size_t __refs = 0) : facet(__refs), in _GLIBCXX_VISIBILITY() argument 991 ~__moneypunct_cache(); in _GLIBCXX_VISIBILITY() 997 __moneypunct_cache& in _GLIBCXX_VISIBILITY() 998 operator=(const __moneypunct_cache&); in _GLIBCXX_VISIBILITY() 1001 __moneypunct_cache(const __moneypunct_cache&); in _GLIBCXX_VISIBILITY() 1005 __moneypunct_cache<_CharT, _Intl>::~__moneypunct_cache() in _GLIBCXX_VISIBILITY() 1035 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _GLIBCXX_VISIBILITY()
|
H A D | locale_facets_nonio.tcc | 40 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > 42 const __moneypunct_cache<_CharT, _Intl>* 49 __moneypunct_cache<_CharT, _Intl>* __tmp = 0; in operator ()() 52 __tmp = new __moneypunct_cache<_CharT, _Intl>; in operator ()() 63 const __moneypunct_cache<_CharT, _Intl>*>(__caches[__i]); in operator ()() 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache() 143 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_extract() 413 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_insert()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.h | 994 struct __moneypunct_cache : public locale::facet in _GLIBCXX_VISIBILITY() struct 1018 __moneypunct_cache(size_t __refs = 0) : facet(__refs), in _GLIBCXX_VISIBILITY() argument 1029 ~__moneypunct_cache(); in _GLIBCXX_VISIBILITY() 1035 __moneypunct_cache& in _GLIBCXX_VISIBILITY() 1036 operator=(const __moneypunct_cache&); in _GLIBCXX_VISIBILITY() 1039 __moneypunct_cache(const __moneypunct_cache&); in _GLIBCXX_VISIBILITY() 1043 __moneypunct_cache<_CharT, _Intl>::~__moneypunct_cache() in _GLIBCXX_VISIBILITY() 1073 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _GLIBCXX_VISIBILITY()
|
H A D | locale_facets_nonio.tcc | 40 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > 42 const __moneypunct_cache<_CharT, _Intl>* 49 __moneypunct_cache<_CharT, _Intl>* __tmp = 0; in operator ()() 52 __tmp = new __moneypunct_cache<_CharT, _Intl>; in operator ()() 63 const __moneypunct_cache<_CharT, _Intl>*>(__caches[__i]); in operator ()() 69 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache() 143 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_extract() 429 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_insert()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | monetary_members.cc | 219 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 373 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 558 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 717 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | monetary_members.cc | 219 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 373 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 558 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 717 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
H A D | monetary_members.cc | 218 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 374 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 560 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 743 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
H A D | monetary_members.cc | 218 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct() 374 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct() 560 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct() 743 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2004 | 3391 (__moneypunct_cache): Same. 4282 (__moneypunct_cache::_M_cache): Same. 5143 (struct __moneypunct_cache<>): Parameterize on _Intl too; add 5146 (__moneypunct_cache<>::~__moneypunct_cache): Update. 5147 (__moneypunct_cache<>::_M_cache): Fill the cache. 5152 (struct __use_cache<__moneypunct_cache<_CharT, _Intl> >): New. 5169 __moneypunct_cache<C, false>, __moneypunct_cache<C, true>. 5172 __moneypunct_cache<char, false>, __moneypunct_cache<char, true>, 5173 __moneypunct_cache<wchar_t, false>, __moneypunct_cache<wchar_T, true>.
|
H A D | ChangeLog-2007 | 5053 class money_base, struct __moneypunct_cache, class moneypunct, 5058 (struct __use_cache<__moneypunct_cache<> >, 5059 __moneypunct_cache<>::_M_cache, money_get<>::_M_extract,
|
H A D | ChangeLog-2003 | 3283 * config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache. 3303 (__moneypunct_cache): New.
|
H A D | ChangeLog | 4161 (__moneypunct_cache::_M_cache): Replace try-catch with RAII and
|
H A D | ChangeLog-2005 | 1365 __moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 194 std::__moneypunct_cache*;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 200 std::__moneypunct_cache*;
|