Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dlocale-inst.cc210 template class time_get<char, istreambuf_iterator<char> >; variable
217 template class time_get<wchar_t, istreambuf_iterator<wchar_t> >; variable
300 const time_get<char>&
301 use_facet<time_get<char> >(const locale&);
353 const time_get<wchar_t>&
354 use_facet<time_get<wchar_t> >(const locale&);
408 has_facet<time_get<char> >(const locale&);
461 has_facet<time_get<wchar_t> >(const locale&);
Dlocalename.cc53 extern time_get<char> time_get_c;
68 extern time_get<wchar_t> time_get_w;
202 _M_init_facet(new time_get<char>); in _Impl()
218 _M_init_facet(new time_get<wchar_t>); in _Impl()
274 _M_init_facet(new (&time_get_c) time_get<char>(1)); in _Impl()
289 _M_init_facet(new (&time_get_w) time_get<wchar_t>(1)); in _Impl()
Dglobals.cc146 typedef char fake_time_get_c[sizeof(time_get<char>)]
147 __attribute__ ((aligned(__alignof__(time_get<char>))));
216 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
217 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
Dlocale.cc110 &time_get<char>::id,
114 &time_get<wchar_t>::id,
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dlocale_init.cc113 typedef char fake_time_get_c[sizeof(time_get<char>)]
114 __attribute__ ((aligned(__alignof__(time_get<char>))));
167 typedef char fake_time_get_w[sizeof(time_get<wchar_t>)]
168 __attribute__ ((aligned(__alignof__(time_get<wchar_t>))));
312 &time_get<char>::id,
316 &time_get<wchar_t>::id,
411 _M_init_facet(new (&time_get_c) time_get<char>(1)); in _Impl()
441 _M_init_facet(new (&time_get_w) time_get<wchar_t>(1)); in _Impl()
Dlocale-inst.cc175 template class time_get<C, istreambuf_iterator<C> >; variable
241 const time_get<C>&
242 use_facet<time_get<C> >(const locale&);
295 has_facet<time_get<C> >(const locale&);
Dlocalename.cc233 _M_init_facet(new time_get<char>); in _Impl()
249 _M_init_facet(new time_get<wchar_t>); in _Impl()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dtime_get.cc30 typedef std::time_get<char> test_type; in test01()
43 class gnu_time_get: public std::time_get<unsigned char>
Dtime_get_members_char.cc60 const time_get<char>& tim_get = use_facet<time_get<char> >(iss.getloc()); in test01()
179 const time_get<char>& tim_get = use_facet<time_get<char> >(iss.getloc()); in test02()
302 const time_get<char>& tim_get = use_facet<time_get<char> >(iss.getloc()); in test03()
425 const time_get<char>& tim_get = use_facet<time_get<char> >(iss.getloc()); in test04()
517 const time_get<char>& tim_get = use_facet<time_get<char> >(iss.getloc()); in test05()
600 typedef time_get<char, iter_type> time_get_type; in test06()
Dtime_get_members_wchar_t.cc60 const time_get<wchar_t>& tim_get = use_facet<time_get<wchar_t> >(iss.getloc()); in test01()
179 const time_get<wchar_t>& tim_get = use_facet<time_get<wchar_t> >(iss.getloc()); in test02()
302 const time_get<wchar_t>& tim_get = use_facet<time_get<wchar_t> >(iss.getloc()); in test03()
425 const time_get<wchar_t>& tim_get = use_facet<time_get<wchar_t> >(iss.getloc()); in test04()
517 const time_get<wchar_t>& tim_get = use_facet<time_get<wchar_t> >(iss.getloc()); in test05()
600 typedef time_get<wchar_t, iter_type> time_get_type; in test06()
Dfacet.cc45 class gnu_time_get: public std::time_get<char> { };
130 class gnu_time_get_in: public std::time_get<char, input_iterator>
135 : std::time_get<char, input_iterator>(refs) { } in gnu_time_get_in()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_facets.tcc1804 time_get<_CharT, _InIter>::do_date_order() const in do_date_order()
1811 time_get<_CharT, _InIter>::
2024 time_get<_CharT, _InIter>::
2064 time_get<_CharT, _InIter>::
2138 time_get<_CharT, _InIter>::
2155 time_get<_CharT, _InIter>::
2172 time_get<_CharT, _InIter>::
2221 time_get<_CharT, _InIter>::
2270 time_get<_CharT, _InIter>::
2633 extern template class time_get<char>;
[all …]
Dlocalefwd.h150 class time_get; variable
Dlocale_facets.h3057 class time_get : public locale::facet, public time_base in _GLIBCXX_BEGIN_NAMESPACE()
3079 time_get(size_t __refs = 0) in _GLIBCXX_BEGIN_NAMESPACE()
3235 ~time_get() { } in _GLIBCXX_BEGIN_NAMESPACE()
3366 locale::id time_get<_CharT, _InIter>::id;
3370 class time_get_byname : public time_get<_CharT, _InIter>
3379 : time_get<_CharT, _InIter>(__refs) { }
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocale_facets.tcc1512 time_get<_CharT, _InIter>::do_date_order() const in do_date_order()
1517 time_get<_CharT, _InIter>::
1715 time_get<_CharT, _InIter>::
1750 time_get<_CharT, _InIter>::
1813 time_get<_CharT, _InIter>::
1830 time_get<_CharT, _InIter>::
1847 time_get<_CharT, _InIter>::
1890 time_get<_CharT, _InIter>::
1934 time_get<_CharT, _InIter>::
2519 extern template class time_get<char>;
[all …]
Dlocalefwd.h148 class time_get; variable
Dlocale_facets.h1313 class time_get : public locale::facet, public time_base
1324 time_get(size_t __refs = 0)
1358 ~time_get() { } in ~time_get()
1405 locale::id time_get<_CharT, _InIter>::id;
1408 class time_get_byname : public time_get<_CharT, _InIter>
1417 : time_get<_CharT, _InIter>(__refs) { }
/openbsd/src/gnu/llvm/libcxx/include/
Dlocale169 template <class charT, class InputIterator> class time_get;
1727 class _LIBCPP_TEMPLATE_VIS time_get
1739 explicit time_get(size_t __refs = 0)
1798 _LIBCPP_HIDE_FROM_ABI_VIRTUAL ~time_get() override {}
1876 time_get<_CharT, _InputIterator>::id;
1878 // time_get primitives
1882 time_get<_CharT, _InputIterator>::__get_weekdayname(int& __w,
1896 time_get<_CharT, _InputIterator>::__get_monthname(int& __m,
1910 time_get<_CharT, _InputIterator>::__get_day(int& __d,
1924 time_get<_CharT, _InputIterator>::__get_month(int& __m,
[all …]
Diomanip431 typedef time_get<_CharT, _Ip> _Fp;
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp220 install(&make<time_get<char> >(1u)); in __imp()
222 install(&make<time_get<wchar_t> >(1u)); in __imp()
476 install_from<time_get<char> >(one); in __imp()
478 install_from<time_get<wchar_t> >(one); in __imp()
6555 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<char>;
6556 _LIBCPP_IF_WIDE_CHARACTERS(template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS time_get<wchar_t…
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST1459 S template <class charT, class InputIterator> class time_get;
1531 S time_get<char>, time_get<wchar_t>,
1546 S time_get<char,InputIterator>,
1548 S time_get<wchar_t,OutputIterator>,
1988 22.2.5.1 Template class time_get [lib.locale.time.get]
1995 [Note: semantics of time_get members are implementation-defined.
1999 class time_get : public locale::facet, public time_base {
2003 T explicit time_get(size_t refs = 0);
2018 ~time_get(); // virtual
2038 class time_get_byname : public time_get<charT, InputIterator> {
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST1459 S template <class charT, class InputIterator> class time_get;
1531 S time_get<char>, time_get<wchar_t>,
1546 S time_get<char,InputIterator>,
1548 S time_get<wchar_t,OutputIterator>,
1988 22.2.5.1 Template class time_get [lib.locale.time.get]
1995 [Note: semantics of time_get members are implementation-defined.
1999 class time_get : public locale::facet, public time_base {
2003 T explicit time_get(size_t refs = 0);
2018 ~time_get(); // virtual
2038 class time_get_byname : public time_get<charT, InputIterator> {
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-2001578 * testsuite/22_locale/time_get.cc: Same.
1152 * include/bits/locale_facets.tcc (time_get::_M_extract_name): Fix.
1483 (time_get::_M_extract_via_format): Add.
1484 (time_get::_M_extract_time): Change to...
1485 (time_get::_M_extract_num): ... this, modify signature.
1486 * include/bits/locale_facets.tcc (time_get::do_get_year): Fix.
1487 (time_get::do_get_time): Fix.
1488 (time_get::do_get_date): Fix.
1530 * testsuite/22_locale/time_get.cc: New file.
DChangeLog-20009678 * src/locale-inst.cc: Don't instantiate time_get for
9679 ostreambuf_iterators as time_get::do_get_weekday and
9680 time_get::do_get_monthname use __match_parallel, which is illegal
9991 * bits/locfacets.tcc: implement time_get<>::do_get_weekday
9992 * bits/locfacets.tcc: implement time_get<>::do_get_monthname
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DStdSymbolMap.inc1125 SYMBOL(time_get, std::, <locale>)

12