Searched defs:cmatch (Results 1 – 3 of 3) sorted by relevance
55 typedef match_results<const char*> cmatch; typedef
100 typedef match_results<const char*> cmatch; typedef
110 inline unsigned int regex_grep(bool (*foo)(const cmatch&), const char* str, in regex_grep()