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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h218 // _S_construct_aux is used to implement the 21.3.1 para 15 which
222 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:__rc_string_base
233 _S_construct_aux(_Integer __beg, _Integer __end, function in class:__rc_string_base
247 return _S_construct_aux(__beg, __end, __a, _Integral());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Drc_string_base.h222 // _S_construct_aux is used to implement the 21.3.1 para 15 which
226 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:__gnu_cxx::__rc_string_base
235 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:__gnu_cxx::__rc_string_base
245 return _S_construct_aux(__beg, __end, __a, _Integral());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dbasic_string.h1441 // _S_construct_aux is used to implement the 21.3.1 para 15 which
1445 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:std::basic_string
1454 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:std::basic_string
1464 return _S_construct_aux(__beg, __end, __a, _Integral());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h1641 // _S_construct_aux is used to implement the 21.3.1 para 15 which
1645 _S_construct_aux(_InIterator __beg, _InIterator __end, function in class:basic_string
1656 _S_construct_aux(_Integer __beg, _Integer __end, function in class:basic_string
1670 return _S_construct_aux(__beg, __end, __a, _Integral());

Completed in 81 milliseconds