Searched refs:_S_construct (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstring-inst.cc63 S::_S_construct(S::iterator, S::iterator,
68 S::_S_construct(C*, C*, const allocator<C>&, forward_iterator_tag);
72 S::_S_construct(const C*, const C*, const allocator<C>&,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dstring-inst.cc68 S::_S_construct(S::iterator, S::iterator,
73 S::_S_construct(C*, C*, const allocator<C>&, forward_iterator_tag);
77 S::_S_construct(const C*, const C*, const allocator<C>&,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h226 return _S_construct(__beg, __end, __a, _Tag());
240 { return _S_construct(__req, __c, __a); }
244 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) function in class:__rc_string_base
253 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
260 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
264 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
465 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
476 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
483 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
503 _S_construct(_InIterato function in class:__rc_string_base
548 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, function in class:__rc_string_base
577 _S_construct(size_type __n, _CharT __c, const _Alloc& __a) function in class:__rc_string_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Drc_string_base.h230 return _S_construct(__beg, __end, __a, _Tag());
237 { return _S_construct(static_cast<size_type>(__beg),
242 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) function in class:__gnu_cxx::__rc_string_base
251 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
258 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
262 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
457 : _M_dataplus(__a, _S_construct(size_type(), _CharT(), __a)) { }
468 : _M_dataplus(__a, _S_construct(__n, __c, __a)) { }
475 : _M_dataplus(__a, _S_construct(__beg, __end, __a)) { }
495 _S_construct(_InIterato function in class:__gnu_cxx::__rc_string_base
540 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, function in class:__gnu_cxx::__rc_string_base
569 _S_construct(size_type __n, _CharT __c, const _Alloc& __a) function in class:__gnu_cxx::__rc_string_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dbasic_string.h1449 return _S_construct(__beg, __end, __a, _Tag());
1456 { return _S_construct(static_cast<size_type>(__beg),
1461 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) function in class:std::basic_string
1470 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
1477 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
1481 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);
2054 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()) { }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h427 : _M_dataplus(_S_construct(size_type(), _CharT(), _Alloc()), _Alloc()){ }
499 __str._M_data(_S_construct(size_type(), _CharT(), get_allocator()));
1649 return _S_construct(__beg, __end, __a, _Tag());
1663 { return _S_construct(__req, __c, __a); }
1667 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) function in class:basic_string
1676 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a,
1683 _S_construct(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
1687 _S_construct(size_type __req, _CharT __c, const _Alloc& __a);

Completed in 133 milliseconds