Home | History | Annotate | Download | only in re.matchflag

Lines Matching refs:format_no_copy

29 //     format_no_copy    = unspecified,
51 assert(std::regex_constants::format_no_copy != 0);
62 assert((std::regex_constants::match_not_bol & std::regex_constants::format_no_copy) == 0);
72 assert((std::regex_constants::match_not_eol & std::regex_constants::format_no_copy) == 0);
81 assert((std::regex_constants::match_not_bow & std::regex_constants::format_no_copy) == 0);
89 assert((std::regex_constants::match_not_eow & std::regex_constants::format_no_copy) == 0);
96 assert((std::regex_constants::match_any & std::regex_constants::format_no_copy) == 0);
102 assert((std::regex_constants::match_not_null & std::regex_constants::format_no_copy) == 0);
107 assert((std::regex_constants::match_continuous & std::regex_constants::format_no_copy) == 0);
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0);
114 assert((std::regex_constants::format_sed & std::regex_constants::format_no_copy) == 0);
117 assert((std::regex_constants::format_no_copy & std::regex_constants::format_first_only) == 0);