| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | ostream-inst.cc | 60 template ostream& ostream::_M_insert(long); 61 template ostream& ostream::_M_insert(unsigned long); 62 template ostream& ostream::_M_insert(bool); 64 template ostream& ostream::_M_insert(long long); 67 template ostream& ostream::_M_insert(double); 68 template ostream& ostream::_M_insert(long double); 69 template ostream& ostream::_M_insert(const void*); 89 template wostream& wostream::_M_insert(long); 91 template wostream& wostream::_M_insert(bool); 93 template wostream& wostream::_M_insert(long long); [all …]
|
| H A D | locale-inst.cc | 70 _M_insert<true>(ostreambuf_iterator<C>, ios_base&, C, 76 _M_insert<false>(ostreambuf_iterator<C>, ios_base&, C,
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | ostream.tcc | 69 _M_insert(_ValueT __v) in _M_insert() function in basic_ostream 100 return _M_insert(static_cast<long>(__n)); in operator <<() 114 return _M_insert(static_cast<long>(__n)); in operator <<() 338 extern template ostream& ostream::_M_insert(long); 340 extern template ostream& ostream::_M_insert(bool); 342 extern template ostream& ostream::_M_insert(long long); 345 extern template ostream& ostream::_M_insert(double); 346 extern template ostream& ostream::_M_insert(long double); 359 extern template wostream& wostream::_M_insert(long); 361 extern template wostream& wostream::_M_insert(bool); [all …]
|
| H A D | stl_tree.h | 914 return _M_insert(__x, __y, __v); 1025 return _M_insert(0, _M_rightmost(), __v); 1040 return _M_insert(0, __before._M_node, __v); 1042 return _M_insert(__position._M_node, 1054 return _M_insert(0, _M_rightmost(), __v); 1097 return _M_insert(0, __before._M_node, __v); 1099 return _M_insert(__position._M_node, 1154 return _M_insert(0, __before._M_node, __v); 1156 return _M_insert(__position._M_node, 1208 return _M_insert(0, __before._M_node, __v); [all …]
|
| H A D | stl_list.h | 745 { this->_M_insert(begin(), __x); } in push_front() 775 { this->_M_insert(end(), __x); } in push_back() 1170 _M_insert(iterator __position, const value_type& __x) in _M_insert() function
|
| H A D | locale_facets.tcc | 1601 _M_insert(iter_type __s, ios_base& __io, char_type __fill, in _M_insert() function in money_put 1799 return __intl ? _M_insert<true>(__s, __io, __fill, __digits) in do_put() 1800 : _M_insert<false>(__s, __io, __fill, __digits); in do_put() 1808 { return __intl ? _M_insert<true>(__s, __io, __fill, __digits) in do_put() 1809 : _M_insert<false>(__s, __io, __fill, __digits); } in do_put()
|
| H A D | locale_facets.h | 4326 _M_insert(iter_type __s, ios_base& __io, char_type __fill,
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_ostream.h | 170 { return _M_insert(__n); } in _GLIBCXX_BEGIN_NAMESPACE() 174 { return _M_insert(__n); } in _GLIBCXX_BEGIN_NAMESPACE() 178 { return _M_insert(__n); } in _GLIBCXX_BEGIN_NAMESPACE() 188 return _M_insert(static_cast<unsigned long>(__n)); in _GLIBCXX_BEGIN_NAMESPACE() 205 { return _M_insert(__n); } in _GLIBCXX_BEGIN_NAMESPACE() 209 { return _M_insert(__n); } in _GLIBCXX_BEGIN_NAMESPACE() 214 { return _M_insert(__f); } in _GLIBCXX_BEGIN_NAMESPACE() 221 return _M_insert(static_cast<double>(__f)); in _GLIBCXX_BEGIN_NAMESPACE() 226 { return _M_insert(__f); } in _GLIBCXX_BEGIN_NAMESPACE() 230 { return _M_insert(__p); } in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog | 234 _M_insert(const char_type*, streamsize)): Remove. 235 * include/bits/ostream.tcc (_M_insert(const char_type*, streamsize)): 313 the _M_insert helpers.
|
| H A D | ChangeLog-2004 | 4768 * include/bits/locale_facets.tcc (money_put<>::_M_insert): 4773 * include/bits/locale_facets.tcc (money_put<>::_M_insert): 5079 * include/bits/locale_facets.tcc (money_put<>::_M_insert): 5102 * include/bits/locale_facets.tcc (money_put<>::_M_insert): 5148 of _M_insert, now parameterized on _Intl. 5151 (money_put<>::_M_insert): Update definition to use the cache; 5154 money_put<>::do_put(const string_type&): Update calls of _M_insert. 5166 money_put::_M_insert<false> and money_put::_M_insert<true> and 5208 (money_put<>::_M_insert): Likewise, for do_put. 5210 money_put<>::_M_insert): Define. [all …]
|
| H A D | ChangeLog-2006 | 693 * include/std/std_ostream.h (basic_ostream<>::_M_insert(const 699 * include/bits/ostream.tcc (basic_ostream<>::_M_insert(const 708 * config/abi/pre/gnu.ver: Adjust, export the new _M_insert. 782 * include/bits/locale_facets.tcc (money_put<>::_M_insert(iter_type, 5516 * include/std/std_ostream.h (basic_ostream<>::_M_insert): New. 5522 * include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define. 5524 * src/ostream-inst.cc: Add _M_insert instantiations. 5527 money_put, etc., symbols to avoid exporting _M_insert symbols
|
| H A D | ChangeLog-2005 | 828 * include/bits/stl_tree.h (_Rb_tree<>::_M_insert(_Const_Base_ptr, 3666 money_put::_M_insert): Adjust the __cache_type typedef not to 3677 * include/bits/locale_facets.tcc (money_put::_M_insert, 4489 * include/bits/stl_tree.h (_Rb_tree<>::_M_insert): Don't leak
|
| H A D | ChangeLog-2001 | 648 * include/bits/locale_facts.tcc (num_put::_M_insert): Update call. 718 Simplify, use _M_insert. 729 (num_put::_M_insert): New.
|
| H A D | ChangeLog-2003 | 7571 (num_put::_M_insert): Rename to _M_pad. 7772 (num_put::_M_insert): Remove explicit loop over iterator. Use
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | bitmap_allocator.h | 660 _M_insert(size_t* __addr) throw() 1010 this->_M_insert(__puse_count);
|
| /freebsd-12.1/contrib/libstdc++/include/tr1/ |
| H A D | hashtable | 385 _M_insert(const value_type&, std::tr1::true_type); 388 _M_insert(const value_type&, std::tr1::false_type); 397 { return _M_insert(__v, std::tr1::integral_constant<bool, 911 _M_insert(const value_type& __v, std::tr1::true_type) 932 _M_insert(const value_type& __v, std::tr1::false_type)
|