Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dchrono.h793 typedef typename common_type<__dur1,__dur2>::type __ct; in _GLIBCXX_VISIBILITY()
794 return __ct(__lhs).count() == __ct(__rhs).count(); in _GLIBCXX_VISIBILITY()
805 typedef typename common_type<__dur1,__dur2>::type __ct; in _GLIBCXX_VISIBILITY()
806 return __ct(__lhs).count() < __ct(__rhs).count(); in _GLIBCXX_VISIBILITY()
817 using __ct = common_type_t<duration<_Rep1, _Period1>, in _GLIBCXX_VISIBILITY()
819 return __ct(__lhs).count() <=> __ct(__rhs).count(); in _GLIBCXX_VISIBILITY()
1084 typedef typename common_type<_Dur1,__dur2>::type __ct; in _GLIBCXX_VISIBILITY()
1085 typedef time_point<_Clock, __ct> __time_point; in _GLIBCXX_VISIBILITY()
1098 typedef typename common_type<__dur1,_Dur2>::type __ct; in _GLIBCXX_VISIBILITY()
1099 typedef time_point<_Clock, __ct> __time_point; in _GLIBCXX_VISIBILITY()
[all …]
Datomic_wait.h249 constexpr uintptr_t __ct = 16; in _GLIBCXX_VISIBILITY() local
250 static __waiter_pool_base __w[__ct]; in _GLIBCXX_VISIBILITY()
251 auto __key = (uintptr_t(__addr) >> 2) % __ct; in _GLIBCXX_VISIBILITY()
Dregex_executor.h214 const auto& __ct = use_facet<ctype<_CharT>>(__traits.getloc()); in _GLIBCXX_VISIBILITY() local
215 const char __n{ __ct.narrow(__c, ' ') }; in _GLIBCXX_VISIBILITY()
Distream.tcc62 const __ctype_type& __ct = __check_facet(__in._M_ctype); in sentry()
64 && __ct.is(ctype_base::space, in sentry()
1028 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in __istream_extract()
1036 && !__ct.is(ctype_base::space, in __istream_extract()
1085 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in ws()
1097 if (!__ct.is(ctype_base::space, _Traits::to_char_type(__c))) in ws()
Dlocale_facets.tcc109 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache()
110 __ct.widen(__num_base::_S_atoms_out, in _M_cache()
113 __ct.widen(__num_base::_S_atoms_in, in _M_cache()
Dbasic_string.tcc977 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>()
983 && !__ct.is(__ctype_base::space, in operator >>()
Dlocale_facets_nonio.tcc124 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() local
125 __ct.widen(money_base::_S_atoms, in _M_cache()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dvstring.tcc579 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>()
585 && !__ct.is(__ctype_base::space, in operator >>()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dbitset1550 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__os.getloc());
1551 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));