Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc42 struct __use_cache struct
50 struct __use_cache<__numpunct_cache<_CharT> > struct
154 __use_cache<__cache_type> __uc; in _M_extract_float()
382 __use_cache<__cache_type> __uc; in _M_extract_int()
621 __use_cache<__cache_type> __uc; in do_get()
857 __use_cache<__cache_type> __uc; in _M_insert_int()
979 __use_cache<__cache_type> __uc; in _M_insert_float()
1117 __use_cache<__cache_type> __uc; in do_put()
H A Dlocale_classes.h86 friend struct __use_cache; in _GLIBCXX_VISIBILITY()
540 friend struct __use_cache; in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc40 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > struct
148 __use_cache<__cache_type> __uc; in _M_extract()
418 __use_cache<__cache_type> __uc; in _M_insert()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc42 struct __use_cache struct
50 struct __use_cache<__numpunct_cache<_CharT> > struct
154 __use_cache<__cache_type> __uc; in _M_extract_float()
382 __use_cache<__cache_type> __uc; in _M_extract_int()
621 __use_cache<__cache_type> __uc; in do_get()
875 __use_cache<__cache_type> __uc; in _M_insert_int()
997 __use_cache<__cache_type> __uc; in _M_insert_float()
1135 __use_cache<__cache_type> __uc; in do_put()
H A Dlocale_classes.h86 friend struct __use_cache; in _GLIBCXX_VISIBILITY()
540 friend struct __use_cache; in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc40 struct __use_cache<__moneypunct_cache<_CharT, _Intl> > struct
148 __use_cache<__cache_type> __uc; in _M_extract()
434 __use_cache<__cache_type> __uc; in _M_insert()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
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-20045152 (struct __use_cache<__moneypunct_cache<_CharT, _Intl> >): New.
H A DChangeLog-20075058 (struct __use_cache<__moneypunct_cache<> >,