Searched refs:_S_construct_aux (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Drc_string_base.h223 // _S_construct_aux is used to implement the 21.3.1 para 15 which
227 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:__rc_string_base
236 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:__rc_string_base
246 return _S_construct_aux(__beg, __end, __a, _Integral());
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_string.h1456 // _S_construct_aux is used to implement the 21.3.1 para 15 which
1460 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:basic_string
1469 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:basic_string
1479 return _S_construct_aux(__beg, __end, __a, _Integral());

Completed in 122 milliseconds