Lines Matching refs:regexp
74 // Processes a single generated regexp.
75 // Compiles it using Regexp interface and PCRE, and then
79 string regexp = const_regexp;
81 regexp = StringPrintf(topwrapper_.c_str(), regexp.c_str());
84 printf("\r%s", regexp.c_str());
90 // other implementations, such as Go's regexp package.
100 printf("%s\n", escape(regexp));
102 RE2 re(regexp);
105 RE2 relongest(regexp, longest);
125 Tester tester(regexp);