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

Lines Matching refs:what

29         assert(e.what() == std::string("The expression contained an invalid collating element name."));
34 assert(e.what() == std::string("The expression contained an invalid character class name."));
39 assert(e.what() == std::string("The expression contained an invalid escaped character, or a "
45 assert(e.what() == std::string("The expression contained an invalid back reference."));
50 assert(e.what() == std::string("The expression contained mismatched [ and ]."));
55 assert(e.what() == std::string("The expression contained mismatched ( and )."));
60 assert(e.what() == std::string("The expression contained mismatched { and }."));
65 assert(e.what() == std::string("The expression contained an invalid range in a {} expression."));
70 assert(e.what() == std::string("The expression contained an invalid character range, "
76 assert(e.what() == std::string("There was insufficient memory to convert the expression into "
82 assert(e.what() == std::string("One of *?+{ was not preceded by a valid regular expression."));
87 assert(e.what() == std::string("The complexity of an attempted match against a regular "
93 assert(e.what() == std::string("There was insufficient memory to determine whether the regular "