Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dlocale_facets.tcc151 typedef __numpunct_cache<_CharT> __cache_type; in _M_extract_float() typedef
152 __use_cache<__cache_type> __uc; in _M_extract_float()
154 const __cache_type* __lc = __uc(__loc); in _M_extract_float()
378 typedef __numpunct_cache<_CharT> __cache_type; in _M_extract_int() typedef
379 __use_cache<__cache_type> __uc; in _M_extract_int()
381 const __cache_type* __lc = __uc(__loc); in _M_extract_int()
617 typedef __numpunct_cache<_CharT> __cache_type; in do_get() typedef
618 __use_cache<__cache_type> __uc; in do_get()
620 const __cache_type* __lc = __uc(__loc); in do_get()
853 typedef __numpunct_cache<_CharT> __cache_type; in _M_insert_int() typedef
[all …]
Dlocale_facets_nonio.h183 typedef __timepunct_cache<_CharT> __cache_type; in _GLIBCXX_VISIBILITY() typedef
186 __cache_type* _M_data; in _GLIBCXX_VISIBILITY()
198 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
943 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _GLIBCXX_VISIBILITY() typedef
946 __cache_type* _M_data; in _GLIBCXX_VISIBILITY()
976 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
Dlocale_facets_nonio.tcc139 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_extract() typedef
144 __use_cache<__cache_type> __uc; in _M_extract()
145 const __cache_type* __lc = __uc(__loc); in _M_extract()
407 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_insert() typedef
412 __use_cache<__cache_type> __uc; in _M_insert()
413 const __cache_type* __lc = __uc(__loc); in _M_insert()
Dlocale_facets.h1652 typedef __numpunct_cache<_CharT> __cache_type; in _GLIBCXX_VISIBILITY() typedef
1655 __cache_type* _M_data; in _GLIBCXX_VISIBILITY()
1681 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dlocale_facets.tcc153 typedef __numpunct_cache<_CharT> __cache_type; in _M_extract_float() typedef
154 __use_cache<__cache_type> __uc; in _M_extract_float()
156 const __cache_type* __lc = __uc(__loc); in _M_extract_float()
381 typedef __numpunct_cache<_CharT> __cache_type; in _M_extract_int() typedef
382 __use_cache<__cache_type> __uc; in _M_extract_int()
384 const __cache_type* __lc = __uc(__loc); in _M_extract_int()
620 typedef __numpunct_cache<_CharT> __cache_type; in do_get() typedef
621 __use_cache<__cache_type> __uc; in do_get()
623 const __cache_type* __lc = __uc(__loc); in do_get()
856 typedef __numpunct_cache<_CharT> __cache_type; in _M_insert_int() typedef
[all …]
Dlocale_facets_nonio.h179 typedef __timepunct_cache<_CharT> __cache_type; in _GLIBCXX_VISIBILITY() typedef
182 __cache_type* _M_data; in _GLIBCXX_VISIBILITY()
194 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY()
1033 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _GLIBCXX_VISIBILITY() typedef
1036 __cache_type* _M_data; in _GLIBCXX_VISIBILITY()
1066 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
Dlocale_facets_nonio.tcc143 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_extract() typedef
148 __use_cache<__cache_type> __uc; in _M_extract()
149 const __cache_type* __lc = __uc(__loc); in _M_extract()
413 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_insert() typedef
418 __use_cache<__cache_type> __uc; in _M_insert()
419 const __cache_type* __lc = __uc(__loc); in _M_insert()
Dlocale_facets.h1679 typedef __numpunct_cache<_CharT> __cache_type; in _GLIBCXX_VISIBILITY() typedef
1682 __cache_type* _M_data; in _GLIBCXX_VISIBILITY()
1708 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
Dcxx11-shim_facets.cc238 typedef typename numpunct<_CharT>::__cache_type __cache_type; typedef
241 numpunct_shim(const facet* f, __cache_type* c = new __cache_type) in numpunct_shim()
256 __cache_type* _M_cache;
341 typedef typename moneypunct<_CharT, _Intl>::__cache_type __cache_type; typedef
344 moneypunct_shim(const facet* f, __cache_type* c = new __cache_type) in moneypunct_shim()
362 __cache_type* _M_cache;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
Dtime_members.h52 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
Dtime_members.h49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY()