/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.h | 762 class time_get_byname : public time_get<_CharT, _InIter> in _GLIBCXX_VISIBILITY() 770 time_get_byname(const char*, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 775 time_get_byname(const string& __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 776 : time_get_byname(__s.c_str(), __refs) { } in _GLIBCXX_VISIBILITY() 781 ~time_get_byname() { } in _GLIBCXX_VISIBILITY()
|
H A D | localefwd.h | 180 class time_get_byname; in _GLIBCXX_VISIBILITY() local
|
H A D | locale_facets_nonio.tcc | 1360 extern template class time_get_byname<char>; 1435 extern template class time_get_byname<wchar_t>;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_facets_nonio.h | 800 class time_get_byname : public time_get<_CharT, _InIter> in _GLIBCXX_VISIBILITY() 808 time_get_byname(const char*, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 813 time_get_byname(const string& __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 814 : time_get_byname(__s.c_str(), __refs) { } in _GLIBCXX_VISIBILITY() 819 ~time_get_byname() { } in _GLIBCXX_VISIBILITY()
|
H A D | localefwd.h | 180 class time_get_byname; in _GLIBCXX_VISIBILITY() local
|
H A D | locale_facets_nonio.tcc | 1690 extern template class time_get_byname<char>; 1765 extern template class time_get_byname<wchar_t>;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | locale-inst.cc | 86 template class time_get_byname<C, istreambuf_iterator<C> >; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | locale-inst.cc | 201 template class time_get_byname<C, istreambuf_iterator<C> >; variable
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | locale.cpp | 268 install(new time_get_byname<char>(name_)); in __imp() 269 install(new time_get_byname<wchar_t>(name_)); in __imp() 353 install(new time_get_byname<char>(name)); in __imp() 354 install(new time_get_byname<wchar_t>(name)); in __imp() 6298 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get_byname<char>; variable 6299 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get_byname<wchar_t>; variable
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | locale | 170 template <class charT, class InputIterator> class time_get_byname; 2434 class _LIBCPP_TEMPLATE_VIS time_get_byname 2445 explicit time_get_byname(const char* __nm, size_t __refs = 0) 2449 explicit time_get_byname(const string& __nm, size_t __refs = 0) 2455 ~time_get_byname() {} 2476 _LIBCPP_EXTERN_TEMPLATE_EVEN_IN_DEBUG_MODE(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_get_byname<c… 2477 _LIBCPP_EXTERN_TEMPLATE_EVEN_IN_DEBUG_MODE(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS time_get_byname<w…
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 621 # std::time_get_byname
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 633 # std::time_get_byname
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2014 | 193 * include/bits/locale_facets_nonio.h (time_get, time_get_byname, 202 collate_byname, time_get, time_get_byname, moneypunct,
|
H A D | ChangeLog-2015 | 4716 * include/bits/locale_facets_nonio.h (time_get_byname,
|
H A D | ChangeLog-2000 | 2362 time_get_byname instantiations.
|
H A D | ChangeLog-2004 | 716 time_get_byname, time_put_byname, moneypunct_byname,
|
H A D | ChangeLog-2007 | 5052 class time_get_byname, class time_put, class time_put_byname,
|