Searched refs:match_not_bol (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/constants/
H A Dmatch_flag_type.cc35 flag |= std::regex_constants::match_not_bol;
H A Dconstexpr.cc42 flag = &std::regex_constants::match_not_bol;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/ecma/
H A Dflags.cc45 VERIFY(!regex_search_debug("a", regex("^a"), regex_constants::match_not_bol));
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_executor.h83 & ~regex_constants::match_not_bol
136 && !(_M_flags & (regex_constants::match_not_bol
H A Dregex_constants.h257 constexpr match_flag_type match_not_bol = member in namespace:regex_constants
303 * flags match_not_bol and match_not_bow are ignored by the regular

Completed in 174 milliseconds