Home
last modified time | relevance | path

Searched refs:bad_regex (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libregex/
Dop_regex.cpp40 throw bad_regex("regcomp error: " + op_regerror(err, regexp) in op_regcomp()
74 bad_regex::bad_regex(string const & pattern) in bad_regex() function in bad_regex
127 throw bad_regex("too many substitution for: + input"); in expand_string()
142 throw bad_regex("invalid $ in pattern: " + pattern); in substitute_definition()
146 throw bad_regex("no matching '}' in pattern: " + pattern); in substitute_definition()
150 throw bad_regex("definition not found and used in pattern: (" in substitute_definition()
209 throw bad_regex("expect group index: " + idx); in get_match()
211 throw bad_regex("illegal group index :" + idx); in get_match()
222 throw bad_regex("illegal \\ trailer: " + in do_replace()
236 throw bad_regex("illegal match: " + in do_replace()
[all …]
Dop_regex.h30 struct bad_regex : op_exception { struct
31 bad_regex(std::string const & pattern);
/external/oprofile/libregex/tests/
Dregex_test.cpp83 catch (bad_regex const & e) { in main()