Home
last modified time | relevance | path

Searched defs:__ct (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_executor.h214 const auto& __ct = use_facet<ctype<_CharT>>(__traits.getloc()); in _GLIBCXX_VISIBILITY() local
H A Datomic_wait.h249 constexpr uintptr_t __ct = 16; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets_nonio.tcc124 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc199 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct) in _M_initialize() local
496 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct) in _M_initialize() local
691 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct) in _M_initialize() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc199 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct) in _M_initialize() local
496 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct) in _M_initialize() local
691 for (_Binmap_type __ct = 0; __ct <= _M_options._M_max_bytes; ++__ct) in _M_initialize() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Distream.tcc1031 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in ws() local