Home
last modified time | relevance | path

Searched refs:time_get (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcow-locale_init.cc58 typedef char fake_time_get_c[sizeof(time_get<char>)]
59 __attribute__ ((aligned(__alignof__(time_get<char>))));
88 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
89 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
111 _M_init_facet_unchecked(new (&time_get_c) time_get<char>(1)); in _M_init_extra()
124 _M_init_facet_unchecked(new (&time_get_w) time_get<wchar_t>(1)); in _M_init_extra()
150 _M_init_facet_unchecked(new time_get<char>); in _M_init_extra()
162 _M_init_facet_unchecked(new time_get<wchar_t>); in _M_init_extra()
H A Dlocale-inst.cc200 template class time_get<C, istreambuf_iterator<C> >; variable
290 const time_get<C>&
291 use_facet<time_get<C> >(const locale&);
350 has_facet<time_get<C> >(const locale&);
H A Dcxx11-shim_facets.cc290 struct time_get_shim : std::time_get<_CharT>, __shim
292 typedef typename std::time_get<_CharT>::iter_type iter_type;
293 typedef typename std::time_get<_CharT>::char_type char_type;
685 { return static_cast<const time_get<C>*>(f)->date_order(); } in __time_get_dateorder()
701 auto* g = static_cast<const time_get<C>*>(f); in __time_get()
811 if (which == &time_get<char>::id) in _M_sso_shim()
828 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcow-locale_init.cc58 typedef char fake_time_get_c[sizeof(time_get<char>)]
59 __attribute__ ((aligned(__alignof__(time_get<char>))));
88 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
89 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
111 _M_init_facet_unchecked(new (&time_get_c) time_get<char>(1)); in _M_init_extra()
124 _M_init_facet_unchecked(new (&time_get_w) time_get<wchar_t>(1)); in _M_init_extra()
151 _M_init_facet_unchecked(new time_get<char>); in _M_init_extra()
163 _M_init_facet_unchecked(new time_get<wchar_t>); in _M_init_extra()
H A Dlocale-inst.cc85 template class time_get<C, istreambuf_iterator<C> >; variable
157 const time_get<C>&
158 use_facet<time_get<C> >(const locale&);
199 has_facet<time_get<C> >(const locale&);
H A Dcxx11-shim_facets.cc290 struct time_get_shim : std::time_get<_CharT>, __shim
292 typedef typename std::time_get<_CharT>::iter_type iter_type;
293 typedef typename std::time_get<_CharT>::char_type char_type;
685 { return static_cast<const time_get<C>*>(f)->date_order(); } in __time_get_dateorder()
701 auto* g = static_cast<const time_get<C>*>(f); in __time_get()
811 if (which == &time_get<char>::id) in _M_sso_shim()
828 if (which == &time_get<wchar_t>::id) in _M_sso_shim()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale_init.cc137 typedef char fake_time_get_c[sizeof(time_get<char>)]
138 __attribute__ ((aligned(__alignof__(time_get<char>))));
191 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
192 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
379 &time_get<char>::id,
383 &time_get<wchar_t>::id,
437 &time_get<char>::id,
454 &time_get<wchar_t>::id,
516 _M_init_facet(new (&time_get_c) time_get<char>(1)); in _Impl()
546 _M_init_facet(new (&time_get_w) time_get<wchar_t>(1)); in _Impl()
H A Dlocalename.cc251 _M_init_facet(new time_get<char>); in _Impl()
267 _M_init_facet(new time_get<wchar_t>); in _Impl()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale_init.cc150 typedef char fake_time_get_c[sizeof(time_get<char>)]
151 __attribute__ ((aligned(__alignof__(time_get<char>))));
204 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
205 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
398 &time_get<char>::id,
402 &time_get<wchar_t>::id,
456 &time_get<char>::id,
473 &time_get<wchar_t>::id,
535 _M_init_facet(new (&time_get_c) time_get<char>(1)); in _Impl()
565 _M_init_facet(new (&time_get_w) time_get<wchar_t>(1)); in _Impl()
H A Dlocalename.cc263 _M_init_facet(new time_get<char>); in _Impl()
279 _M_init_facet(new time_get<wchar_t>); in _Impl()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc627 time_get<_CharT, _InIter>::do_date_order() const in do_date_order()
634 time_get<_CharT, _InIter>::
868 time_get<_CharT, _InIter>::
911 time_get<_CharT, _InIter>::
987 time_get<_CharT, _InIter>::
1059 time_get<_CharT, _InIter>::
1076 time_get<_CharT, _InIter>::
1093 time_get<_CharT, _InIter>::
1119 time_get<_CharT, _InIter>::
1145 time_get<_CharT, _InIter>::
[all …]
H A Dlocale_facets_nonio.h370 class time_get : public locale::facet, public time_base in _GLIBCXX_VISIBILITY()
391 time_get(size_t __refs = 0) in _GLIBCXX_VISIBILITY()
595 ~time_get() { } in _GLIBCXX_VISIBILITY()
758 locale::id time_get<_CharT, _InIter>::id; in _GLIBCXX_VISIBILITY()
762 class time_get_byname : public time_get<_CharT, _InIter> in _GLIBCXX_VISIBILITY()
771 : time_get<_CharT, _InIter>(__refs) { } in _GLIBCXX_VISIBILITY()
H A Dlocalefwd.h178 class time_get; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc681 time_get<_CharT, _InIter>::do_date_order() const in do_date_order()
688 time_get<_CharT, _InIter>::
1036 time_get<_CharT, _InIter>::
1048 time_get<_CharT, _InIter>::
1085 time_get<_CharT, _InIter>::
1247 time_get<_CharT, _InIter>::
1319 time_get<_CharT, _InIter>::
1338 time_get<_CharT, _InIter>::
1357 time_get<_CharT, _InIter>::
1383 time_get<_CharT, _InIter>::
[all …]
H A Dlocale_facets_nonio.h400 class time_get : public locale::facet, public time_base in _GLIBCXX_VISIBILITY()
421 time_get(size_t __refs = 0) in _GLIBCXX_VISIBILITY()
625 ~time_get() { } in _GLIBCXX_VISIBILITY()
796 locale::id time_get<_CharT, _InIter>::id; in _GLIBCXX_VISIBILITY()
800 class time_get_byname : public time_get<_CharT, _InIter> in _GLIBCXX_VISIBILITY()
809 : time_get<_CharT, _InIter>(__refs) { } in _GLIBCXX_VISIBILITY()
H A Dlocalefwd.h178 class time_get; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2003249 * include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
252 * testsuite/22_locale/time_get/get_date/wchar_t/4.cc: New.
708 * include/bits/locale_facets.tcc (time_get::_M_extract_num):
712 * testsuite/22_locale/time_get/get_date/char/12791.cc: New.
713 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: New.
715 * include/bits/locale_facets.tcc (time_get::_M_extract_via_format):
718 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Use
720 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Ditto.
721 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Ditto.
722 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Ditto.
[all …]
H A DChangeLog-20063293 * include/bits/locale_facets.tcc (time_get<>::_M_extract_via_format):
3295 (time_get<>::do_get_weekday): Likewise.
3296 (time_get<>::do_get_monthname): Likewise.
3297 * testsuite/22_locale/time_get/get_year/wchar_t/5.cc: New.
3298 * testsuite/22_locale/time_get/get_year/char/5.cc: Likewise.
3299 * testsuite/22_locale/time_get/get_monthname/wchar_t/5.cc: Likewise.
3300 * testsuite/22_locale/time_get/get_monthname/char/5.cc: Likewise.
3301 * testsuite/22_locale/time_get/get_weekday/wchar_t/5.cc: Likewise.
3302 * testsuite/22_locale/time_get/get_weekday/char/5.cc: Likewise.
3303 * testsuite/22_locale/time_get/get_date/wchar_t/5.cc: Likewise.
[all …]
H A DChangeLog-2015627 * testsuite/22_locale/time_get/date_order/char/wrapped_env.cc:
629 * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
631 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
633 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
635 * testsuite/22_locale/time_get/get/char/2.cc: Likewise.
636 * testsuite/22_locale/time_get/get/wchar_t/2.cc: Likewise.
637 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
638 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
639 * testsuite/22_locale/time_get/get_date/char/26701.cc: Likewise.
640 * testsuite/22_locale/time_get/get_date/char/wrapped_env.cc: Likewise.
[all …]
H A DChangeLog-2004744 * testsuite/22_locale/time_get/get_date/char/1.cc: In the checks
747 * testsuite/22_locale/time_get/get_date/char/12791.cc: Likewise.
748 * testsuite/22_locale/time_get/get_date/wchar_t/1.cc: Likewise.
749 * testsuite/22_locale/time_get/get_date/wchar_t/12791.cc: Likewise.
750 * testsuite/22_locale/time_get/get_monthname/char/1.cc: Likewise.
751 * testsuite/22_locale/time_get/get_monthname/wchar_t/1.cc: Likewise.
752 * testsuite/22_locale/time_get/get_time/char/1.cc: Likewise.
753 * testsuite/22_locale/time_get/get_time/wchar_t/1.cc: Likewise.
754 * testsuite/22_locale/time_get/get_weekday/char/1.cc: Likewise.
755 * testsuite/22_locale/time_get/get_weekday/wchar_t/1.cc: Likewise.
[all …]
H A DChangeLog-20053165 * testsuite/22_locale/time_get/get_year/char/wrapped_env.cc: Add
3167 * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc:
3169 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_env.cc:
3171 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc:
3408 * testsuite/22_locale/time_get/date_order/char/wrapped_env.cc: Likewise.
3409 * testsuite/22_locale/time_get/date_order/char/wrapped_locale.cc:
3411 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_env.cc:
3413 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc:
3415 * testsuite/22_locale/time_get/get_date/char/12750.cc: Likewise.
3416 * testsuite/22_locale/time_get/get_date/char/2.cc: Likewise.
[all …]
H A DChangeLog-20101498 * include/bits/locale_facets_nonio.tcc (time_get<>::
1500 * testsuite/22_locale/time_get/get_time/char/6.cc: New.
1501 * testsuite/22_locale/time_get/get_time/wchar_t/6.cc: Likewise.
1541 * include/bits/locale_facets_nonio.h (time_get::get_time): Doc typo.
1542 (time_get::get_date): Likewise.
1956 * testsuite/22_locale/time_get/get_year/wchar_t/wrapped_locale.cc,
1958 * testsuite/22_locale/time_get/get_year/char/wrapped_locale.cc,
1960 * testsuite/22_locale/time_get/get_monthname/wchar_t/2.cc,
1962 * testsuite/22_locale/time_get/get_monthname/char/2.cc,
1964 * testsuite/22_locale/time_get/date_order/wchar_t/wrapped_locale.cc,
[all …]
/netbsd-src/external/bsd/top/dist/
H A Dutils.h58 void time_get(struct timeval *);
H A Dtop.c628 time_get(&now); in do_command()
685 time_get(&now); in do_command()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlocale169 template <class charT, class InputIterator> class time_get;
1767 class _LIBCPP_TEMPLATE_VIS time_get
1779 explicit time_get(size_t __refs = 0)
1839 ~time_get() {}
1917 time_get<_CharT, _InputIterator>::id;
1919 // time_get primitives
1923 time_get<_CharT, _InputIterator>::__get_weekdayname(int& __w,
1937 time_get<_CharT, _InputIterator>::__get_monthname(int& __m,
1951 time_get<_CharT, _InputIterator>::__get_day(int& __d,
1965 time_get<_CharT, _InputIterator>::__get_month(int& __m,
[all …]

12