| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | compatibility-ldbl.cc | 42 template class num_get<C, istreambuf_iterator<C> >; variable 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> >; variable 62 template const num_get<C>& use_facet<num_get<C> >(const locale&); 66 template bool has_facet<num_get<C> >(const locale&);
|
| D | locale-inst.cc | 85 template class num_get<C, istreambuf_iterator<C> >; variable 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<C> >(const locale&); 271 has_facet<num_get<C> >(const locale&);
|
| D | locale_init.cc | 84 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)); in _Impl() 423 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1)); in _Impl()
|
| D | localename.cc | 225 _M_init_facet(new num_get<char>); in _Impl() 241 _M_init_facet(new num_get<wchar_t>); in _Impl()
|
| D | locale.cc | 420 _GLIBCXX_SYNC_ID (num_get<char>, _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE); in _M_id() 425 …_GLIBCXX_SYNC_ID (num_get<wchar_t>, _ZNSt7num_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE2i… in _M_id()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | locale-inst.cc | 63 template class num_get<char, istreambuf_iterator<char> >; variable 106 template class num_get<wchar_t, istreambuf_iterator<wchar_t> >; variable 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&);
|
| D | localename.cc | 45 extern num_get<char> num_get_c; 60 extern num_get<wchar_t> num_get_w; 194 _M_init_facet(new num_get<char>); in _Impl() 210 _M_init_facet(new num_get<wchar_t>); in _Impl() 266 _M_init_facet(new (&num_get_c) num_get<char>(1)); in _Impl() 281 _M_init_facet(new (&num_get_w) num_get<wchar_t>(1)); in _Impl()
|
| D | globals.cc | 107 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>))));
|
| D | locale.cc | 85 &num_get<char>::id, 89 &num_get<wchar_t>::id,
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | num_get.cc | 30 typedef std::num_get<char> test_type; in test01() 41 class gnu_num_get: public std::num_get<unsigned char>
|
| D | num_get_members_char.cc | 76 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc()); in test01() 248 typedef num_get<char, iter_type> num_get_type; in test02() 350 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc()); in test04() 405 const num_get<char>& ng = use_facet<num_get<char> >(iss.getloc()); in test05()
|
| D | num_get_members_wchar_t.cc | 77 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc()); in test01() 249 typedef num_get<wchar_t, iter_type> num_get_type; in test02() 352 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc()); in test04() 407 const num_get<wchar_t>& ng = use_facet<num_get<wchar_t> >(iss.getloc()); in test05()
|
| D | facet.cc | 43 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) { } in gnu_num_get_in()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.tcc | 280 num_get<_CharT, _InIter>:: 512 num_get<_CharT, _InIter>:: 716 num_get<_CharT, _InIter>:: 781 num_get<_CharT, _InIter>:: 788 num_get<_CharT, _InIter>:: 795 num_get<_CharT, _InIter>:: 802 num_get<_CharT, _InIter>:: 810 num_get<_CharT, _InIter>:: 817 num_get<_CharT, _InIter>:: 825 num_get<_CharT, _InIter>:: [all …]
|
| D | basic_ios.h | 81 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | localefwd.h | 134 class num_get; variable
|
| D | locale_facets.h | 1932 class num_get : public locale::facet 1953 num_get(size_t __refs = 0) : facet(__refs) { } in facet() 2122 virtual ~num_get() { } in ~num_get() 2248 locale::id num_get<_CharT, _InIter>::id;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.tcc | 117 num_get<_CharT, _InIter>:: 255 num_get<_CharT, _InIter>:: 407 num_get<_CharT, _InIter>:: 475 num_get<_CharT, _InIter>:: 488 num_get<_CharT, _InIter>:: 507 num_get<_CharT, _InIter>:: 526 num_get<_CharT, _InIter>:: 540 num_get<_CharT, _InIter>:: 553 num_get<_CharT, _InIter>:: 567 num_get<_CharT, _InIter>:: [all …]
|
| D | basic_ios.h | 82 typedef num_get<_CharT, __istreambuf_iter> __numget_type;
|
| D | localefwd.h | 133 class num_get; variable
|
| D | locale_facets.h | 707 class num_get : public locale::facet, public __num_base 717 num_get(size_t __refs = 0) : locale::facet(__refs) { } in facet() 777 virtual ~num_get() { } in ~num_get() 834 locale::id num_get<_CharT, _InIter>::id; 839 class num_get<_CharT, istreambuf_iterator<_CharT> >;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_istream.h | 73 typedef num_get<_CharT, __istreambuf_iter> __numget_type;
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_istream.h | 72 typedef num_get<_CharT, istreambuf_iterator<_CharT, _Traits> > in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | TODO | 50 - minimize ctype convertion in data facets, see numpunct/num_put/num_get
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | locale | 158 template <class charT, class InputIterator> class num_get; 591 class _LIBCPP_TEMPLATE_VIS num_get 600 explicit num_get(size_t __refs = 0) 683 _LIBCPP_HIDE_FROM_ABI_VIRTUAL ~num_get() override {} 749 num_get<_CharT, _InputIterator>::id; 874 num_get<_CharT, _InputIterator>::do_get(iter_type __b, iter_type __e, 913 num_get<_CharT, _InputIterator>::__do_get_signed(iter_type __b, iter_type __e, 970 num_get<_CharT, _InputIterator>::__do_get_unsigned(iter_type __b, iter_type __e, 1027 num_get<_CharT, _InputIterator>::__do_get_floating_point(iter_type __b, iter_type __e, 1079 num_get<_CharT, _InputIterator>::do_get(iter_type __b, iter_type __e, [all …]
|