Home
last modified time | relevance | path

Searched refs:__timepunct_cache (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h59 struct __timepunct_cache : public locale::facet in _GLIBCXX_VISIBILITY() struct
122 __timepunct_cache(size_t __refs = 0) : facet(__refs), in _GLIBCXX_VISIBILITY() argument
139 ~__timepunct_cache(); in _GLIBCXX_VISIBILITY()
142 __timepunct_cache& in _GLIBCXX_VISIBILITY()
143 operator=(const __timepunct_cache&); in _GLIBCXX_VISIBILITY()
146 __timepunct_cache(const __timepunct_cache&); in _GLIBCXX_VISIBILITY()
150 __timepunct_cache<_CharT>::~__timepunct_cache() in _GLIBCXX_VISIBILITY()
161 __timepunct_cache<char>::_S_timezones[14]; in _GLIBCXX_VISIBILITY()
166 __timepunct_cache<wchar_t>::_S_timezones[14]; in _GLIBCXX_VISIBILITY()
171 const _CharT* __timepunct_cache<_CharT>::_S_timezones[14]; in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.tcc828 __timepunct_cache<_CharT>::_S_timezones, in _M_extract_via_format()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h59 struct __timepunct_cache : public locale::facet in _GLIBCXX_VISIBILITY() struct
122 __timepunct_cache(size_t __refs = 0) : facet(__refs), in _GLIBCXX_VISIBILITY() argument
139 ~__timepunct_cache(); in _GLIBCXX_VISIBILITY()
142 __timepunct_cache& in _GLIBCXX_VISIBILITY()
143 operator=(const __timepunct_cache&); in _GLIBCXX_VISIBILITY()
146 __timepunct_cache(const __timepunct_cache&); in _GLIBCXX_VISIBILITY()
150 __timepunct_cache<_CharT>::~__timepunct_cache() in _GLIBCXX_VISIBILITY()
161 __timepunct_cache<char>::_S_timezones[14]; in _GLIBCXX_VISIBILITY()
166 __timepunct_cache<wchar_t>::_S_timezones[14]; in _GLIBCXX_VISIBILITY()
171 const _CharT* __timepunct_cache<_CharT>::_S_timezones[14]; in _GLIBCXX_VISIBILITY()
[all …]
H A Dlocale_facets_nonio.tcc981 __timepunct_cache<_CharT>::_S_timezones, in _M_extract_via_format()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale_init.cc232 typedef char fake_time_cache_c[sizeof(std::__timepunct_cache<char>)]
233 __attribute__ ((aligned(__alignof__(std::__timepunct_cache<char>))));
246 typedef char fake_time_cache_w[sizeof(std::__timepunct_cache<wchar_t>)]
247 __attribute__ ((aligned(__alignof__(std::__timepunct_cache<wchar_t>))));
512 typedef __timepunct_cache<char> time_cache_c; in _Impl()
542 typedef __timepunct_cache<wchar_t> time_cache_w; in _Impl()
H A Dlocale_facets.cc33 __timepunct_cache<char>::_S_timezones[14] =
42 __timepunct_cache<wchar_t>::_S_timezones[14] =
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale_init.cc245 typedef char fake_time_cache_c[sizeof(std::__timepunct_cache<char>)]
246 __attribute__ ((aligned(__alignof__(std::__timepunct_cache<char>))));
259 typedef char fake_time_cache_w[sizeof(std::__timepunct_cache<wchar_t>)]
260 __attribute__ ((aligned(__alignof__(std::__timepunct_cache<wchar_t>))));
531 typedef __timepunct_cache<char> time_cache_c; in _Impl()
561 typedef __timepunct_cache<wchar_t> time_cache_w; in _Impl()
H A Dlocale_facets.cc33 __timepunct_cache<char>::_S_timezones[14] =
42 __timepunct_cache<wchar_t>::_S_timezones[14] =
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
H A Dtime_members.cc65 _M_data = new __timepunct_cache<char>; in _M_initialize_timepunct()
150 _M_data = new __timepunct_cache<wchar_t>; in _M_initialize_timepunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
H A Dtime_members.cc65 _M_data = new __timepunct_cache<char>; in _M_initialize_timepunct()
150 _M_data = new __timepunct_cache<wchar_t>; in _M_initialize_timepunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc77 template struct __timepunct_cache<C>; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc63 _M_data = new __timepunct_cache<char>; in _M_initialize_timepunct()
220 _M_data = new __timepunct_cache<wchar_t>; in _M_initialize_timepunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dtime_members.cc63 _M_data = new __timepunct_cache<char>; in _M_initialize_timepunct()
220 _M_data = new __timepunct_cache<wchar_t>; in _M_initialize_timepunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc68 _M_data = new __timepunct_cache<char>; in _M_initialize_timepunct()
224 _M_data = new __timepunct_cache<wchar_t>; in _M_initialize_timepunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc68 _M_data = new __timepunct_cache<char>; in _M_initialize_timepunct()
224 _M_data = new __timepunct_cache<wchar_t>; in _M_initialize_timepunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc192 template struct __timepunct_cache<C>; variable
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver196 std::__timepunct_cache*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
H A Dgnu.ver202 std::__timepunct_cache*;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20033283 * config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache.
3302 * include/bits/locale_facets.h (__timepunct_cache): New.
H A DChangeLog-20043390 (__timepunct_cache): Same.
H A DChangeLog-20075051 struct __timepunct_cache, class __timepunct, class time_get,