Searched defs:bad_regex (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libregex/
H A Dop_regex.h30 struct bad_regex : op_exception { struct in inherits:op_exception
31 bad_regex(std::string const & pattern);
H A Dop_regex.cpp40 throw bad_regex("regcomp error: " + op_regerror(err, regexp)
74 bad_regex::bad_regex(string const & pattern) function in class:bad_regex
127 throw bad_regex("too many substitution for: + input");
142 throw bad_regex("invalid $ in pattern: " + pattern);
146 throw bad_regex("no matching '}' in pattern: " + pattern);
150 throw bad_regex("definition not found and used in pattern: ("
209 throw bad_regex("expect group index: " + idx);
211 throw bad_regex("illegal group index :" + idx);
222 throw bad_regex("illega
[all...]

Completed in 73 milliseconds