Home
last modified time | relevance | path

Searched refs:__cache_type (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_facets.tcc288 __use_cache<__cache_type> __uc; in _M_extract_float()
522 __use_cache<__cache_type> __uc; in _M_extract_int()
524 const __cache_type* __lc = __uc(__loc); in _M_extract_int()
738 __use_cache<__cache_type> __uc; in do_get()
991 __use_cache<__cache_type> __uc; in _M_insert_int()
993 const __cache_type* __lc = __uc(__loc); in _M_insert_int()
1111 __use_cache<__cache_type> __uc; in _M_insert_float()
1113 const __cache_type* __lc = __uc(__loc); in _M_insert_float()
1235 __use_cache<__cache_type> __uc; in do_put()
1345 __use_cache<__cache_type> __uc; in _M_extract()
[all …]
H A Dlocale_facets.h1671 typedef __numpunct_cache<_CharT> __cache_type; typedef
1674 __cache_type* _M_data;
1699 numpunct(__cache_type* __cache, size_t __refs = 0)
2876 typedef __timepunct_cache<_CharT> __cache_type; typedef
2879 __cache_type* _M_data;
2891 __timepunct(__cache_type* __cache, size_t __refs = 0);
3624 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; typedef
3627 __cache_type* _M_data;
3656 moneypunct(__cache_type* __cache, size_t __refs = 0)
/freebsd-12.1/contrib/libstdc++/config/locale/generic/
H A Dtime_members.h53 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
/freebsd-12.1/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.h51 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20053666 money_put::_M_insert): Adjust the __cache_type typedef not to
H A DChangeLog-20045146 (class moneypunct): Tweak __cache_type typedef.