Searched refs:match_prev_avail (Results 1 – 9 of 9) sorted by relevance
49 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator50 match_init = match_prev_avail << 1, /* internal use */81 | match_not_dot_null | match_prev_avail | match_init | match_not_null131 using regex_constants::match_prev_avail;
402 if((m_match_flags & match_prev_avail) == 0) in match_start_line()444 if((position != backstop) || (m_match_flags & match_prev_avail)) in match_end_line()495 if((position == backstop) && ((m_match_flags & match_prev_avail) == 0)) in match_word_boundary()525 if((position == backstop) && ((m_match_flags & match_prev_avail) == 0)) in match_within_word()549 if((position == backstop) && ((m_match_flags & match_prev_avail) == 0)) in match_word_start()570 if((position == backstop) && ((m_match_flags & match_prev_avail) == 0)) in match_word_end()877 if((m_match_flags & match_prev_avail) || (position != base)) in find_restart_word()
195 a_flags |= boost::match_prev_avail; // update flags in inspect()226 flags |= boost::match_prev_avail; // update flags in inspect()244 flags |= boost::match_prev_avail; // update flags in inspect()
140 match_prev_avail = 1 << 12, ///< Specifies that --first is a valid iterator position, enumerator
73 flags |= boost::match_prev_avail; in IndexClasses()
32 static const match_flag_type match_prev_avail;75 [[match_prev_avail][Specifies that --first is a valid iterator position, when this flag is set then…
187 flags |= boost::match_prev_avail;
86 , match_prev_avail_(0 != (flags & regex_constants::match_prev_avail)) in match_flags()
328 | global_regex_namespace::regex_constants::match_prev_avail in global_constraints()874 | global_regex_namespace::regex_constants::match_prev_avail in constraints()