OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_regex
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libregex/
op_regex.cpp
40
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
("illegal \\ trailer: "
[
all
...]
op_regex.h
30
struct
bad_regex
: op_exception {
struct in inherits:op_exception
31
bad_regex
(std::string const & pattern);
/external/oprofile/libregex/tests/
regex_test.cpp
83
catch (
bad_regex
const & e) {
84
cerr << "
bad_regex
" << e.what() << endl;
Completed in 6371 milliseconds