OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_construct
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
alloc_traits.h
249
_S_construct
(_Alloc& __a, _Tp* __p, _Args&&... __args)
257
_S_construct
(_Alloc&, _Tp* __p, _Args&&... __args)
361
noexcept(noexcept(
_S_construct
(__a, __p,
363
-> decltype(
_S_construct
(__a, __p, std::forward<_Args>(__args)...))
364
{
_S_construct
(__a, __p, std::forward<_Args>(__args)...); }
cow_string.h
528
: _M_dataplus(
_S_construct
(size_type(), _CharT(), _Alloc()), _Alloc())
537
: _M_dataplus(
_S_construct
(size_type(), _CharT(), __a), __a)
591
: _M_dataplus(
_S_construct
(__s, __s + __n, __a), __a)
605
: _M_dataplus(
_S_construct
(__s, __s ? __s + traits_type::length(__s) :
616
: _M_dataplus(
_S_construct
(__n, __c, __a), __a)
651
: _M_dataplus(
_S_construct
(__l.begin(), __l.end(), __a), __a)
666
__str._M_data(
_S_construct
(size_type(), _CharT(), __a));
670
_M_dataplus._M_p =
_S_construct
(__str.begin(), __str.end(), __a);
688
: _M_dataplus(
_S_construct
(__beg, __end, __a), __a)
2139
return
_S_construct
(__beg, __end, __a, _Tag())
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
rc_string_base.h
238
return
_S_construct
(__beg, __end, __a, _Tag());
252
{ return
_S_construct
(__req, __c, __a); }
256
_S_construct
(_InIterator __beg, _InIterator __end, const _Alloc& __a)
265
_S_construct
(_InIterator __beg, _InIterator __end, const _Alloc& __a,
272
_S_construct
(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
276
_S_construct
(size_type __req, _CharT __c, const _Alloc& __a);
480
: _M_dataplus(__a,
_S_construct
(size_type(), _CharT(), __a)) { }
491
: _M_dataplus(__a,
_S_construct
(__n, __c, __a)) { }
498
: _M_dataplus(__a,
_S_construct
(__beg, __end, __a)) { }
518
_S_construct
(_InIterator __beg, _InIterator __end, const _Alloc& __a
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
rc_string_base.h
236
return
_S_construct
(__beg, __end, __a, _Tag());
250
{ return
_S_construct
(__req, __c, __a); }
254
_S_construct
(_InIterator __beg, _InIterator __end, const _Alloc& __a)
263
_S_construct
(_InIterator __beg, _InIterator __end, const _Alloc& __a,
270
_S_construct
(_FwdIterator __beg, _FwdIterator __end, const _Alloc& __a,
274
_S_construct
(size_type __req, _CharT __c, const _Alloc& __a);
478
: _M_dataplus(__a,
_S_construct
(size_type(), _CharT(), __a)) { }
489
: _M_dataplus(__a,
_S_construct
(__n, __c, __a)) { }
496
: _M_dataplus(__a,
_S_construct
(__beg, __end, __a)) { }
516
_S_construct
(_InIterator __beg, _InIterator __end, const _Alloc& __a
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h
520
: _M_dataplus(
_S_construct
(size_type(), _CharT(), _Alloc()), _Alloc())
529
: _M_dataplus(
_S_construct
(size_type(), _CharT(), __a), __a)
583
: _M_dataplus(
_S_construct
(__s, __s + __n, __a), __a)
597
: _M_dataplus(
_S_construct
(__s, __s ? __s + traits_type::length(__s) :
608
: _M_dataplus(
_S_construct
(__n, __c, __a), __a)
643
: _M_dataplus(
_S_construct
(__l.begin(), __l.end(), __a), __a)
658
__str._M_data(
_S_construct
(size_type(), _CharT(), __a));
662
_M_dataplus._M_p =
_S_construct
(__str.begin(), __str.end(), __a);
680
: _M_dataplus(
_S_construct
(__beg, __end, __a), __a)
2173
return
_S_construct
(__beg, __end, __a, _Tag())
[
all
...]
Completed in 22 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026