HomeSort by: relevance | last modified time | path
    Searched defs:compiled_regex (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_regex.cc 21 compiled_regex::compiled_regex (const char *regex, int cflags, function in class:compiled_regex
38 compiled_regex::~compiled_regex ()
44 compiled_regex::exec (const char *string, size_t nmatch,
51 compiled_regex::search (const char *string,
gdb_regex.h 27 possible to create an instance of compiled_regex that isn't
29 class compiled_regex class
34 compiled_regex (const char *regex, int cflags,
38 ~compiled_regex ();
40 DISABLE_COPY_AND_ASSIGN (compiled_regex);
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_regex.cc 21 compiled_regex::compiled_regex (const char *regex, int cflags, function in class:compiled_regex
38 compiled_regex::~compiled_regex ()
44 compiled_regex::exec (const char *string, size_t nmatch,
51 compiled_regex::search (const char *string,
gdb_regex.h 27 possible to create an instance of compiled_regex that isn't
29 class compiled_regex class
34 compiled_regex (const char *regex, int cflags,
38 ~compiled_regex ();
40 DISABLE_COPY_AND_ASSIGN (compiled_regex);
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-regex.c 44 struct compiled_regex { struct
84 kwsmusts (struct compiled_regex *cregex,
122 struct compiled_regex *cregex;
128 cregex = (struct compiled_regex *) xmalloc (sizeof (struct compiled_regex));
129 memset (cregex, '\0', sizeof (struct compiled_regex));
208 struct compiled_regex *cregex;
214 cregex = (struct compiled_regex *) xmalloc (sizeof (struct compiled_regex));
215 memset (cregex, '\0', sizeof (struct compiled_regex));
    [all...]

Completed in 25 milliseconds