Home
last modified time | relevance | path

Searched refs:match_continuous (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_constants.h309 _GLIBCXX17_INLINE constexpr match_flag_type match_continuous = in _GLIBCXX_VISIBILITY() local
H A Dregex_executor.tcc44 if (_M_flags & regex_constants::match_continuous) in _M_search()
H A Dregex.tcc541 | regex_constants::match_continuous)) in operator ++()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_constants.h311 _GLIBCXX17_INLINE constexpr match_flag_type match_continuous = _S_continuous; in _GLIBCXX_VISIBILITY() local
H A Dregex_executor.tcc44 if (_M_flags & regex_constants::match_continuous) in _M_search()
H A Dregex.tcc541 | regex_constants::match_continuous)) in operator ++()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dregex52 match_continuous = unspecified,
893 match_continuous = 1 << 6,
3101 (__s.__flags_ | regex_constants::match_continuous) &
6020 if (__first != __last && !(__flags & regex_constants::match_continuous))
6171 __flags | regex_constants::match_continuous |
6360 regex_constants::match_continuous))
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dregex260 static const match_flag_type match_continuous = 1 << _S_continuous;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dregex260 static const match_flag_type match_continuous = 1 << _S_continuous;