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

Lines Matching defs:e1

105     std::regex_constants::syntax_option_type e1 = std::regex_constants::icase;
107 e1 = ~e1;
108 e1 = e1 & e2;
109 e1 = e1 | e2;
110 e1 = e1 ^ e2;
111 e1 &= e2;
112 e1 |= e2;
113 e1 ^= e2;