Searched refs:__regex_replace (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex.tcc | 464 __regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, in __regex_replace() function
|
H A D | regex.h | 2553 __regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, in _GLIBCXX_VISIBILITY() 2582 return std::__regex_replace(__out, __first, __last, __e, __fmt.c_str(), in _GLIBCXX_VISIBILITY() 2608 return std::__regex_replace(__out, __first, __last, __e, __fmt, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex.tcc | 464 __regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, in __regex_replace() function
|
H A D | regex.h | 2464 __regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last, in _GLIBCXX_VISIBILITY() 2492 return std::__regex_replace(__out, __first, __last, __e, __fmt.c_str(), in _GLIBCXX_VISIBILITY() 2518 return std::__regex_replace(__out, __first, __last, __e, __fmt, in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2021 | 90 * include/bits/regex.h (__regex_replace): Declare. 92 * include/bits/regex.tcc (__regex_replace): Replace regex_replace 93 definition with __regex_replace.
|