Home
last modified time | relevance | path

Searched refs:__use_cache (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dlocale_classes.h90 friend struct __use_cache; in _GLIBCXX_BEGIN_NAMESPACE()
488 friend struct __use_cache;
H A Dlocale_facets.tcc125 struct __use_cache struct
133 struct __use_cache<__numpunct_cache<_CharT> > struct
160 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > struct
288 __use_cache<__cache_type> __uc; in _M_extract_float()
522 __use_cache<__cache_type> __uc; in _M_extract_int()
738 __use_cache<__cache_type> __uc; in do_get()
991 __use_cache<__cache_type> __uc; in _M_insert_int()
1111 __use_cache<__cache_type> __uc; in _M_insert_float()
1235 __use_cache<__cache_type> __uc; in do_put()
1345 __use_cache<__cache_type> __uc; in _M_extract()
[all …]
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20033476 __use_cache instead of template function. Partially specialize for
3479 __use_cache.
3481 * src/locale.cc: Remove __use_cache specializations.
3873 * src/locale.cc (__use_cache<numpunct>): Revert previous relocation.
3874 * include/bits/locale_facets.tcc (__use_cache<numpunct>): Ditto.
3917 * src/locale.cc (__use_cache<numpunct>): Move from here ...
3918 * include/bits/locale_facets.tcc (__use_cache<numpunct>): To
4084 (__use_cache): Make friends with _Impl, locale.
4093 * include/bits/locale_facets.tcc (__use_cache): New function,
4100 (__use_cache): Define specializations.
H A DChangeLog-20045150 (struct __use_cache<__moneypunct_cache<_CharT, _Intl> >): New.