Searched refs:__ct (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | chrono.h | 793 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 …]
|
| D | atomic_wait.h | 249 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()
|
| D | regex_executor.h | 214 const auto& __ct = use_facet<ctype<_CharT>>(__traits.getloc()); in _GLIBCXX_VISIBILITY() local 215 const char __n{ __ct.narrow(__c, ' ') }; in _GLIBCXX_VISIBILITY()
|
| D | istream.tcc | 62 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()
|
| D | locale_facets.tcc | 109 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()
|
| D | basic_string.tcc | 977 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>() 983 && !__ct.is(__ctype_base::space, in operator >>()
|
| D | locale_facets_nonio.tcc | 124 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/ |
| D | vstring.tcc | 579 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/ |
| D | bitset | 1550 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__os.getloc()); 1551 __x._M_copy_to_string(__tmp, __ct.widen('0'), __ct.widen('1'));
|