Home
last modified time | relevance | path

Searched refs:_M_extract (Results 1 – 25 of 43) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Distream-inst.cc56 template istream& istream::_M_extract(unsigned short&);
57 template istream& istream::_M_extract(unsigned int&);
58 template istream& istream::_M_extract(long&);
59 template istream& istream::_M_extract(unsigned long&);
60 template istream& istream::_M_extract(bool&);
62 template istream& istream::_M_extract(long long&);
63 template istream& istream::_M_extract(unsigned long long&);
65 template istream& istream::_M_extract(float&);
66 template istream& istream::_M_extract(double&);
67 template istream& istream::_M_extract(long double&);
[all …]
H A Dlocale-inst-monetary.h48 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
54 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>, in _GLIBCXX_VISIBILITY()
H A Dcompatibility-ldbl-alt128.cc183 template istream& istream::_M_extract(long double&);
188 template wistream& wistream::_M_extract(long double&);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Distream-inst.cc52 template istream& istream::_M_extract(unsigned short&);
53 template istream& istream::_M_extract(unsigned int&);
54 template istream& istream::_M_extract(long&);
55 template istream& istream::_M_extract(unsigned long&);
56 template istream& istream::_M_extract(bool&);
58 template istream& istream::_M_extract(long long&);
59 template istream& istream::_M_extract(unsigned long long&);
61 template istream& istream::_M_extract(float&);
62 template istream& istream::_M_extract(double&);
63 template istream& istream::_M_extract(long double&);
[all …]
H A Dlocale-inst.cc67 _M_extract<true>(istreambuf_iterator<C>, istreambuf_iterator<C>,
73 _M_extract<false>(istreambuf_iterator<C>, istreambuf_iterator<C>,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Distream.tcc95 _M_extract(_ValueT& __v) in _M_extract() function in std::basic_istream
1057 extern template istream& istream::_M_extract(unsigned short&);
1058 extern template istream& istream::_M_extract(unsigned int&);
1059 extern template istream& istream::_M_extract(long&);
1060 extern template istream& istream::_M_extract(unsigned long&);
1061 extern template istream& istream::_M_extract(bool&);
1063 extern template istream& istream::_M_extract(long long&);
1064 extern template istream& istream::_M_extract(unsigned long long&);
1066 extern template istream& istream::_M_extract(float&);
1067 extern template istream& istream::_M_extract(double&);
[all …]
H A Dlocale_facets_nonio.tcc137 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, in _M_extract() function in std::money_get
361 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get()
362 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get()
375 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
376 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
393 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
394 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
H A Dhashtable_policy.h1214 { return _M_ranged_hash()(_M_extract()(__p->_M_v()), __bkt_count); } in _GLIBCXX_VISIBILITY()
1233 _M_extract() const { return __ebo_extract_key::_M_cget(); } in _GLIBCXX_VISIBILITY()
1307 { return _M_h2()(_M_h1()(_M_extract()(__p->_M_v())), __bkt_count); } in _GLIBCXX_VISIBILITY()
1327 _M_extract() const { return __ebo_extract_key::_M_cget(); } in _GLIBCXX_VISIBILITY()
1411 _M_extract() const { return __ebo_extract_key::_M_cget(); } in _GLIBCXX_VISIBILITY()
1805 && _M_eq()(__k, this->_M_extract()(__n->_M_v())); in _GLIBCXX_VISIBILITY()
H A Dhashtable.h979 const key_type& __k = this->_M_extract()(*__pos); in _GLIBCXX_VISIBILITY()
1729 const key_type& __k = this->_M_extract()(__node._M_node->_M_v()); in _GLIBCXX_VISIBILITY()
1755 const key_type& __k = this->_M_extract()(__node._M_node->_M_v()); in _GLIBCXX_VISIBILITY()
1861 const key_type& __k = this->_M_extract()(__v); in _GLIBCXX_VISIBILITY()
1890 __hash_code __code = this->_M_hash_code(this->_M_extract()(__v)); in _GLIBCXX_VISIBILITY()
1894 const key_type& __k = this->_M_extract()(__node._M_node->_M_v()); in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.h1602 _M_extract(iter_type __s, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_VISIBILITY()
598 { return _M_ranged_hash(_M_extract(__p->_M_v), __n); } in _GLIBCXX_VISIBILITY()
603 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_VISIBILITY()
617 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_VISIBILITY()
623 _ExtractKey _M_extract; in _GLIBCXX_VISIBILITY()
661 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
677 { return _M_h2(_M_h1(_M_extract(__p->_M_v)), __n); } in _GLIBCXX_VISIBILITY()
682 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_VISIBILITY()
696 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_VISIBILITY()
703 _ExtractKey _M_extract; in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable.h870 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
901 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
928 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
1060 if (&this->_M_extract((*__slot)->_M_v) != &__k) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h582 : _M_extract(__ex), _M_eq(__eq), _M_ranged_hash(__h) { } in _GLIBCXX_VISIBILITY()
598 { return _M_ranged_hash(_M_extract(__p->_M_v), __n); } in _GLIBCXX_VISIBILITY()
603 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_VISIBILITY()
617 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_VISIBILITY()
623 _ExtractKey _M_extract; in _GLIBCXX_VISIBILITY()
661 : _M_extract(__ex), _M_eq(__eq), _M_h1(__h1), _M_h2(__h2) { } in _GLIBCXX_VISIBILITY()
677 { return _M_h2(_M_h1(_M_extract(__p->_M_v)), __n); } in _GLIBCXX_VISIBILITY()
682 { return _M_eq(__k, _M_extract(__n->_M_v)); } in _GLIBCXX_VISIBILITY()
696 std::swap(_M_extract, __x._M_extract); in _GLIBCXX_VISIBILITY()
703 _ExtractKey _M_extract; in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable.h870 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
901 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
928 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY()
1060 if (&this->_M_extract((*__slot)->_M_v) != &__k) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Distream.tcc97 _M_extract(_ValueT& __v) in _M_extract() function in std::basic_istream
1126 extern template istream& istream::_M_extract(unsigned short&);
1127 extern template istream& istream::_M_extract(unsigned int&);
1128 extern template istream& istream::_M_extract(long&);
1129 extern template istream& istream::_M_extract(unsigned long&);
1130 extern template istream& istream::_M_extract(bool&);
1132 extern template istream& istream::_M_extract(long long&);
1133 extern template istream& istream::_M_extract(unsigned long long&);
1135 extern template istream& istream::_M_extract(float&);
1136 extern template istream& istream::_M_extract(double&);
[all …]
H A Dlocale_facets_nonio.tcc137 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, in _M_extract() function in std::money_get
361 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get()
362 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get()
375 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
376 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
393 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in do_get()
394 : _M_extract<false>(__beg, __end, __io, __err, __str); in do_get()
413 __beg = __intl ? _M_extract<true>(__beg, __end, __io, __err, __str) in __do_get()
414 : _M_extract<false>(__beg, __end, __io, __err, __str); in __do_get()
H A Dlocale_facets_nonio.h1648 _M_extract(iter_type __s, iter_type __end, ios_base& __io, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Distream169 { return _M_extract(__n); }
176 { return _M_extract(__n); }
183 { return _M_extract(__n); }
187 { return _M_extract(__n); }
191 { return _M_extract(__n); }
196 { return _M_extract(__n); }
200 { return _M_extract(__n); }
215 { return _M_extract(__f); }
219 { return _M_extract(__f); }
223 { return _M_extract(__f); }
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Distream169 { return _M_extract(__n); }
176 { return _M_extract(__n); }
183 { return _M_extract(__n); }
187 { return _M_extract(__n); }
191 { return _M_extract(__n); }
196 { return _M_extract(__n); }
200 { return _M_extract(__n); }
215 { return _M_extract(__f); }
219 { return _M_extract(__f); }
223 { return _M_extract(__f); }
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dunordered_set391 return _M_extract(__position.base());
399 return _M_extract(__position);
525 _M_extract(_Base_const_iterator __victim)
959 return _M_extract(__position.base());
967 return _M_extract(__position);
1087 _M_extract(_Base_const_iterator __victim)
H A Dunordered_map506 return _M_extract(__position.base());
514 return _M_extract(__position);
640 _M_extract(_Base_const_iterator __victim)
1114 return _M_extract(__position.base());
1122 return _M_extract(__position);
1248 _M_extract(_Base_const_iterator __victim)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dunordered_set418 return _M_extract(__position.base());
426 return _M_extract(__position);
636 _M_extract(_Base_const_iterator __victim)
1097 return _M_extract(__position.base());
1105 return _M_extract(__position);
1309 _M_extract(_Base_const_iterator __victim)
H A Dunordered_map531 return _M_extract(__position.base());
539 return _M_extract(__position);
754 _M_extract(_Base_const_iterator __victim)
1251 return _M_extract(__position.base());
1259 return _M_extract(__position);
1471 _M_extract(_Base_const_iterator __victim)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2004788 (money_get<>::_M_extract): Minor stylistic tweak: consistently
1127 (money_get<>::_M_extract)): Likewise, in money_base::value.
4412 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4421 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4555 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4798 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4845 * include/bits/locale_facets.tcc (money_get<>::_M_extract,
4850 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4867 * include/bits/locale_facets.tcc (money_get<>::_M_extract):
4954 num_get<>::_M_extract_int, money_get<>::_M_extract): If appropriate,
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_fixed_size.h171 { return __bits.template _M_extract<_Offset, _S_size()>(); }
178 __bits.template _M_extract<_Offset, _S_size()>()._M_sanitized());
1867 .template _M_extract<0, _Np>();

12