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

Lines Matching refs:extended

24 //     extended   = unspecified,
43 assert(std::regex_constants::extended != 0);
53 assert((std::regex_constants::icase & std::regex_constants::extended) == 0);
62 assert((std::regex_constants::nosubs & std::regex_constants::extended) == 0);
70 assert((std::regex_constants::optimize & std::regex_constants::extended) == 0);
77 assert((std::regex_constants::collate & std::regex_constants::extended) == 0);
83 assert((std::regex_constants::ECMAScript & std::regex_constants::extended) == 0);
88 assert((std::regex_constants::basic & std::regex_constants::extended) == 0);
93 assert((std::regex_constants::extended & std::regex_constants::awk) == 0);
94 assert((std::regex_constants::extended & std::regex_constants::grep) == 0);
95 assert((std::regex_constants::extended & std::regex_constants::egrep) == 0);