Home
last modified time | relevance | path

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

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp49 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator
50 match_init = match_prev_avail << 1, /* internal use */
81 | match_not_dot_null | match_prev_avail | match_init | match_not_null
131 using regex_constants::match_prev_avail;
Dperl_matcher_common.hpp402 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()
/third_party/boost/tools/inspect/
Dlink_check.cpp195 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()
/third_party/boost/boost/xpressive/
Dregex_constants.hpp140 match_prev_avail = 1 << 12, ///< Specifies that --first is a valid iterator position, enumerator
/third_party/boost/libs/regex/example/snippets/
Dregex_search_example.cpp73 flags |= boost::match_prev_avail; in IndexClasses()
/third_party/boost/libs/regex/doc/
Dmatch_flag_type.qbk32 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…
Dregex_search.qbk187 flags |= boost::match_prev_avail;
/third_party/boost/boost/xpressive/detail/core/
Dstate.hpp86 , match_prev_avail_(0 != (flags & regex_constants::match_prev_avail)) in match_flags()
/third_party/boost/boost/regex/
Dconcepts.hpp328 | global_regex_namespace::regex_constants::match_prev_avail in global_constraints()
874 | global_regex_namespace::regex_constants::match_prev_avail in constraints()