Home
last modified time | relevance | path

Searched refs:num_get (Results 1 – 25 of 53) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst-numeric.h32 template const num_get<C>& use_facet<num_get<C> >(const locale&); in _GLIBCXX_VISIBILITY()
35 template bool has_facet<num_get<C> >(const locale&); in _GLIBCXX_VISIBILITY()
42 template class num_get<C, istreambuf_iterator<C> >; in _GLIBCXX_VISIBILITY()
49 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
56 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
63 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
70 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
78 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
85 num_get<C, istreambuf_iterator<C> >:: in _GLIBCXX_VISIBILITY()
H A Dcompatibility-ldbl-alt128.cc119 alignas(num_get<char>) char num_get_c[sizeof(num_get<char>)];
124 alignas(num_get<wchar_t>) char num_get_w[sizeof(num_get<wchar_t>)];
141 _M_init_facet(new (&num_get_c) num_get<char>(1)); in _M_init_extra_ldbl128()
146 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1)); in _M_init_extra_ldbl128()
154 _M_init_facet(new num_get<char>); in _M_init_extra_ldbl128()
159 _M_init_facet(new num_get<wchar_t>); in _M_init_extra_ldbl128()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcompatibility-ldbl.cc39 template class num_get<C, istreambuf_iterator<C> >; variable
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
54 template class num_get<C, istreambuf_iterator<C> >; variable
59 template const num_get<C>& use_facet<num_get<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
H A Dlocale_init.cc121 typedef char fake_num_get_c[sizeof(num_get<char>)]
122 __attribute__ ((aligned(__alignof__(num_get<char>))));
175 typedef char fake_num_get_w[sizeof(num_get<wchar_t>)]
176 __attribute__ ((aligned(__alignof__(num_get<wchar_t>))));
373 &num_get<char>::id,
377 &num_get<wchar_t>::id,
517 _M_init_facet(new (&num_get_c) num_get<char>(1)); in _Impl()
547 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1)); in _Impl()
H A Dlocalename.cc255 _M_init_facet(new num_get<char>); in _Impl()
271 _M_init_facet(new num_get<wchar_t>); in _Impl()
H A Dlocale.cc487 …_GLIBCXX_SYNC_ID (num_get<char>, _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); in find_ldbl_sync_facet()
492 …_GLIBCXX_SYNC_ID (num_get<wchar_t>, _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2i… in find_ldbl_sync_facet()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcompatibility-ldbl.cc39 template class num_get<C, istreambuf_iterator<C> >; variable
44 template const num_get<C>& use_facet<num_get<C> >(const locale&);
48 template bool has_facet<num_get<C> >(const locale&);
54 template class num_get<C, istreambuf_iterator<C> >; variable
59 template const num_get<C>& use_facet<num_get<C> >(const locale&);
63 template bool has_facet<num_get<C> >(const locale&);
H A Dlocale_init.cc108 typedef char fake_num_get_c[sizeof(num_get<char>)]
109 __attribute__ ((aligned(__alignof__(num_get<char>))));
162 typedef char fake_num_get_w[sizeof(num_get<wchar_t>)]
163 __attribute__ ((aligned(__alignof__(num_get<wchar_t>))));
354 &num_get<char>::id,
358 &num_get<wchar_t>::id,
498 _M_init_facet(new (&num_get_c) num_get<char>(1)); in _Impl()
528 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1)); in _Impl()
H A Dlocalename.cc243 _M_init_facet(new num_get<char>); in _Impl()
259 _M_init_facet(new num_get<wchar_t>); in _Impl()
H A Dlocale.cc487 …_GLIBCXX_SYNC_ID (num_get<char>, _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); in find_ldbl_sync_facet()
492 …_GLIBCXX_SYNC_ID (num_get<wchar_t>, _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2i… in find_ldbl_sync_facet()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dlocale-inst.cc99 template class num_get<C, istreambuf_iterator<C> >; variable
104 num_get<C, istreambuf_iterator<C> >::
111 num_get<C, istreambuf_iterator<C> >::
118 num_get<C, istreambuf_iterator<C> >::
125 num_get<C, istreambuf_iterator<C> >::
133 num_get<C, istreambuf_iterator<C> >::
140 num_get<C, istreambuf_iterator<C> >::
259 const num_get<C>&
260 use_facet<num_get<C> >(const locale&);
323 has_facet<num_get<C> >(const locale&);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc148 num_get<_CharT, _InIter>::
374 num_get<_CharT, _InIter>::
594 num_get<_CharT, _InIter>::
690 num_get<_CharT, _InIter>::
705 num_get<_CharT, _InIter>::
721 num_get<_CharT, _InIter>::
737 num_get<_CharT, _InIter>::
752 num_get<_CharT, _InIter>::
779 num_get<_CharT, _InIter>::
1324 extern template class _GLIBCXX_NAMESPACE_LDBL num_get<char>;
[all …]
H A Dlocale_classes.tcc107 || __is_same(_Facet, num_get<char>) in has_facet()
112 || __is_same(_Facet, num_get<wchar_t>) in has_facet()
149 || __is_same(_Facet, num_get<char>) in use_facet()
154 || __is_same(_Facet, num_get<wchar_t>) in use_facet()
H A Dbasic_ios.h90 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_VISIBILITY()
H A Dlocalefwd.h157 class num_get; in _GLIBCXX_VISIBILITY() local
H A Dlocale_facets.h1960 class num_get : public locale::facet in _GLIBCXX_VISIBILITY()
1981 num_get(size_t __refs = 0) : facet(__refs) { } in _GLIBCXX_VISIBILITY()
2153 virtual ~num_get() { } in _GLIBCXX_VISIBILITY()
2302 locale::id num_get<_CharT, _InIter>::id; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc148 num_get<_CharT, _InIter>::
374 num_get<_CharT, _InIter>::
594 num_get<_CharT, _InIter>::
690 num_get<_CharT, _InIter>::
705 num_get<_CharT, _InIter>::
721 num_get<_CharT, _InIter>::
737 num_get<_CharT, _InIter>::
752 num_get<_CharT, _InIter>::
1297 extern template class _GLIBCXX_NAMESPACE_LDBL num_get<char>;
1314 const num_get<char>&
[all …]
H A Dlocale_facets.h1952 class num_get : public locale::facet in _GLIBCXX_VISIBILITY()
1973 num_get(size_t __refs = 0) : facet(__refs) { } in _GLIBCXX_VISIBILITY()
2145 virtual ~num_get() { } in _GLIBCXX_VISIBILITY()
2277 locale::id num_get<_CharT, _InIter>::id; in _GLIBCXX_VISIBILITY()
H A Dlocalefwd.h157 class num_get; in _GLIBCXX_VISIBILITY() local
H A Dbasic_ios.h90 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20033 * include/bits/locale_facets.tcc (num_get::_M_extract_int,
4 num_get::_M_extract_float): According to 22.2.2.1.2, p8-9,
7 (num_get::_M_extract_float): After the decimal_point or
10 * testsuite/22_locale/num_get/get/char/11.cc: Add tests.
11 * testsuite/22_locale/num_get/get/wchar_t/11.cc: Likewise.
19 * testsuite/22_locale/num_get/get/char/13.cc: New.
20 * testsuite/22_locale/num_get/get/wchar_t/13.cc: Ditto.
146 * include/bits/locale_facets.tcc (num_get::_M_extract_int,
147 num_get::_M_extract_float): According to 22.2.2.1.2, p8-9,
150 * testsuite/22_locale/num_get/get/char/12.cc: New.
[all …]
H A DChangeLog-2008504 * include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
506 * testsuite/22_locale/num_get/get/char/37958.cc: Extend.
507 * testsuite/22_locale/num_get/get/wchar_t/37958.cc: Likewise.
512 * include/bits/locale_facets.tcc (num_get<>::do_get(iter_type,
514 * testsuite/22_locale/num_get/get/char/37958.cc: Extend.
515 * testsuite/22_locale/num_get/get/wchar_t/37958.cc: Likewise.
519 * include/bits/locale_facets.tcc (num_get<>::do_get(, long&),
520 num_get<>::do_get(, unsigned short&),
521 num_get<>::do_get(, unsigned int&),
522 num_get<>::do_get(, unsigned long&),
[all …]
H A DChangeLog-2004786 * include/bits/locale_facets.tcc (num_get<>::do_get(void*&)):
947 * include/bits/locale_facets.tcc (num_get<>::do_get(bool&)):
992 * include/bits/locale_facets.tcc (num_get<>::_M_extract_int):
1038 * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
1124 * include/bits/locale_facets.tcc (num_get<>::_M_extract_float):
1126 (num_get<>::do_get(..., bool&)): Cache *__beg.
2290 * include/bits/locale_facets.tcc (num_get<>::do_get(&bool)):
2510 * include/bits/locale_facets.tcc (num_get<>::_M_extract_float,
2511 num_get<>::_M_extract_int): In the main parsing loop delay the
3932 * testsuite/22_locale/num_get/get/char/1.cc: Ditto.
[all …]
H A DChangeLog-1998339 ostreambuf_iterator, num_get only for istreambuf_iterator.
744 * bits/locfacets.tcc: qualify _S_get_cache in num_get<>::get(..bool&),
793 * bits/locfacets.h: make _Format_cache bool names usable by num_get
794 * bits/locfacets.tcc: make num_get<>::get(... bool&) use _Format_cache
801 * bits/locfacets.tcc: implement num_get<>::do_get(..., bool&)
815 * begin implementing num_get<>::get (starting with bool)
H A DChangeLog-20051368 * testsuite/22_locale/num_get/get/char/23953.cc: New.
1369 * testsuite/22_locale/num_get/get/wchar_t/23953.cc: Likewise.
1960 * include/bits/locale_facets.tcc (num_get<>::_M_extract_int,
1961 num_get<>::_M_extract_float, money_get<>::_M_extract):
1970 * testsuite/22_locale/num_get/get/char/22131.cc: Likewise.
1971 * testsuite/22_locale/num_get/get/wchar_t/22131.cc: Likewise.
1972 * testsuite/22_locale/num_get/get/char/12.cc: Adjust.
1973 * testsuite/22_locale/num_get/get/wchar_t/12.cc: Likewise.
3370 * testsuite/22_locale/num_get/get/char/1.cc: Likewise.
3371 * testsuite/22_locale/num_get/get/char/3.cc: Likewise.
[all …]

123