Searched refs:match_prev_avail (Results 1 – 5 of 5) sorted by relevance
85 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()
46 _M_flags |= regex_constants::match_prev_avail; in _M_search()555 || (_M_flags & regex_constants::match_prev_avail)) in _M_word_boundary()
319 _GLIBCXX17_INLINE constexpr match_flag_type match_prev_avail = _S_prev_avail; in _GLIBCXX_VISIBILITY() local
555 _M_flags |= regex_constants::match_prev_avail; in operator ++()
267 static const match_flag_type match_prev_avail = 1 << _S_prev_avail;