OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bad_regex
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libregex/
op_regex.h
30
struct
bad_regex
: op_exception {
struct in inherits:op_exception
31
bad_regex
(std::string const & pattern);
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
...]
Completed in 70 milliseconds