Home
last modified time | relevance | path

Searched refs:match_prev_avail (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_executor.h85 if (__flags & match_prev_avail) // ignore not_bol and not_bow in _GLIBCXX_VISIBILITY()
175 if (_M_flags & regex_constants::match_prev_avail) in _GLIBCXX_VISIBILITY()
Dregex_executor.tcc46 _M_flags |= regex_constants::match_prev_avail; in _M_search()
555 || (_M_flags & regex_constants::match_prev_avail)) in _M_word_boundary()
Dregex_constants.h319 _GLIBCXX17_INLINE constexpr match_flag_type match_prev_avail = _S_prev_avail; in _GLIBCXX_VISIBILITY() local
Dregex.tcc555 _M_flags |= regex_constants::match_prev_avail; in operator ++()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dregex267 static const match_flag_type match_prev_avail = 1 << _S_prev_avail;