Searched refs:num_get (Results 1 - 22 of 22) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dcompatibility-ldbl.cc42 template class num_get<C, istreambuf_iterator<C> >;
47 template const num_get<C>& use_facet<num_get<C> >(const locale&);
51 template bool has_facet<num_get<C> >(const locale&);
57 template class num_get<C, istreambuf_iterator<C> >;
62 template const num_get<C>& use_facet<num_get<C> >(const locale&);
66 template bool has_facet<num_get<C> >(const locale&);
H A Dlocale-inst.cc80 // numpunct, numpunct_byname, num_get, and num_put
85 template class num_get<C, istreambuf_iterator<C> >;
89 num_get<C, istreambuf_iterator<C> >::
96 num_get<C, istreambuf_iterator<C> >::
103 num_get<C, istreambuf_iterator<C> >::
110 num_get<C, istreambuf_iterator<C> >::
118 num_get<C, istreambuf_iterator<C> >::
125 num_get<C, istreambuf_iterator<C> >::
213 const num_get<C>&
214 use_facet<num_get<
[all...]
H A Dlocale_init.cc84 typedef char fake_num_get_c[sizeof(num_get<char>)]
85 __attribute__ ((aligned(__alignof__(num_get<char>))));
138 typedef char fake_num_get_w[sizeof(num_get<wchar_t>)]
139 __attribute__ ((aligned(__alignof__(num_get<wchar_t>))));
287 &num_get<char>::id,
291 &num_get<wchar_t>::id,
393 _M_init_facet(new (&num_get_c) num_get<char>(1));
423 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1));
H A Dlocalename.cc225 _M_init_facet(new num_get<char>);
241 _M_init_facet(new num_get<wchar_t>);
H A Dlocale.cc420 _GLIBCXX_SYNC_ID (num_get<char>, _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE);
425 _GLIBCXX_SYNC_ID (num_get<wchar_t>, _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2idE);
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnum_get.cc21 // 22.2.2.1 Template class num_get
30 typedef std::num_get<char> test_type;
41 class gnu_num_get: public std::num_get<unsigned char>
H A Dfacet.cc43 class gnu_num_get: public std::num_get<char> { };
106 class gnu_num_get_in: public std::num_get<char, input_iterator>
111 : std::num_get<char, input_iterator>(refs) { }
H A Dnum_get_members_char.cc21 // 22.2.2.1.1 num_get members
73 // cache the num_get facet
76 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc());
245 // Check num_get works with other iterators besides streambuf
248 typedef num_get<char, iter_type> num_get_type;
256 istringstream iss; // need an ios, add my num_get facet
350 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc());
405 const num_get<cha
[all...]
H A Dnum_get_members_wchar_t.cc21 // 22.2.2.1.1 num_get members
74 // cache the num_get facet
77 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc());
246 // Check num_get works with other iterators besides streambuf
249 typedef num_get<wchar_t, iter_type> num_get_type;
257 istringstream iss; // need an ios, add my num_get facet
352 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc());
407 const num_get<wchar_
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale-inst.cc60 // numpunct, numpunct_byname, num_get, and num_put
63 template class num_get<char, istreambuf_iterator<char> >;
106 template class num_get<wchar_t, istreambuf_iterator<wchar_t> >;
272 const num_get<char>&
273 use_facet<num_get<char> >(const locale&);
325 const num_get<wchar_t>&
326 use_facet<num_get<wchar_t> >(const locale&);
384 has_facet<num_get<char> >(const locale&);
437 has_facet<num_get<wchar_t> >(const locale&);
H A Dlocalename.cc45 extern num_get<char> num_get_c;
60 extern num_get<wchar_t> num_get_w;
194 _M_init_facet(new num_get<char>);
210 _M_init_facet(new num_get<wchar_t>);
266 _M_init_facet(new (&num_get_c) num_get<char>(1));
281 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1));
H A Dglobals.cc107 typedef char fake_num_get_c[sizeof(num_get<char>)]
108 __attribute__ ((aligned(__alignof__(num_get<char>))));
177 typedef char fake_num_get_w[sizeof(num_get<wchar_t>)]
178 __attribute__ ((aligned(__alignof__(num_get<wchar_t>))));
H A Dlocale.cc85 &num_get<char>::id,
89 &num_get<wchar_t>::id,
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dbasic_ios.h81 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
H A Dlocalefwd.h134 class num_get;
H A Dlocale_facets.h1568 // String literal of acceptable (narrow) input, for num_get.
1926 * The num_get template uses protected virtual functions to provide the
1929 * implement the behavior they require from the num_get facet.
1932 class num_get : public locale::facet class in inherits:locale::facet
1953 num_get(size_t __refs = 0) : facet(__refs) { } function in class:num_get
1959 * num_get::do_get().
1988 * by calling num_get::do_get().
2052 * by calling num_get::do_get().
2093 * by calling num_get::do_get().
2122 virtual ~num_get() { }
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_ios.h82 typedef num_get<_CharT, __istreambuf_iter> __numget_type;
H A Dlocalefwd.h133 class num_get;
H A Dlocale_facets.h119 // money_get or num_get matches the canonical grouping for a given
559 // String literal of acceptable (narrow) input, for num_get.
707 class num_get : public locale::facet, public __num_base class in namespace:std
717 num_get(size_t __refs = 0) : locale::facet(__refs) { } function in class:std::num_get
777 virtual ~num_get() { }
834 locale::id num_get<_CharT, _InIter>::id;
839 class num_get<_CharT, istreambuf_iterator<_CharT> >;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_istream.h73 typedef num_get<_CharT, __istreambuf_iter> __numget_type;
169 * @c num_get facet) to parse the input data.
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_istream.h72 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> >
175 * @c num_get facet) to parse the input data.
/openbsd-current/gnu/llvm/libcxx/src/
H A Dlocale.cpp198 install(&make<num_get<char> >(1u));
200 install(&make<num_get<wchar_t> >(1u));
465 install_from<num_get<char> >(one);
467 install_from<num_get<wchar_t> >(one);
4778 // num_get helpers
6543 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6544 _LIBCPP_IF_WIDE_CHARACTERS(template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS num_get<wchar_t>;)

Completed in 274 milliseconds