Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h90 friend struct __use_cache; in _GLIBCXX_BEGIN_NAMESPACE()
488 friend struct __use_cache;
H A Dlocale_facets.tcc123 struct __use_cache struct
131 struct __use_cache<__numpunct_cache<_CharT> > struct
158 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > struct
286 __use_cache<__cache_type> __uc; in _M_extract_float()
520 __use_cache<__cache_type> __uc; in _M_extract_int()
736 __use_cache<__cache_type> __uc; in do_get()
981 __use_cache<__cache_type> __uc; in _M_insert_int()
1101 __use_cache<__cache_type> __uc; in _M_insert_float()
1225 __use_cache<__cache_type> __uc; in do_put()
1331 __use_cache<__cache_type> __uc; in _M_extract()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale-inst.cc471 __use_cache<numpunct<char> >(const locale& __loc);
476 __use_cache<numpunct<wchar_t> >(const locale& __loc);
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_classes.h80 __use_cache(const locale&);
208 __use_cache(const locale&);
H A Dlocale_facets.tcc100 __use_cache(const locale& __loc) in __use_cache() function
799 const __cache_type& __lc = __use_cache<__facet_type>(__loc); in _M_convert_int()
896 const __cache_type& __lc = __use_cache<__facet_type>(__loc); in _M_convert_float()
999 const __cache_type& __lc = __use_cache<__facet_type>(__loc); in do_put()
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog436 (locale,locale::_Impl): Befriend __use_cache.
443 * include/bits/locale_facets.tcc (__use_cache): New function.
455 (__use_cache<numpunct<char> >): Define.
456 (__use_cache<numpunct<wchar_t> >): Define.