Home | History | Annotate | Download | only in checkers

Lines Matching refs:regexp

131 # The regexp compilation caching is inlined in all regexp functions for
138 """Matches the string with the pattern, caching the compiled regexp."""
145 """Searches the string for the pattern, caching the compiled regexp."""
152 """Substitutes occurrences of a pattern, caching the compiled regexp."""
159 """Substitutes occurrences of a pattern, caching the compiled regexp."""
1452 regexp = r'\s*(\w(\w|::|\*|\&|\s|<|>|,|~|(operator\s*(/|-|=|!|\+)+))*)\(' # decls * & space::name( ...
1453 match_result = match(regexp, line)
1784 # regexp could be simplified to '<.*', which would indeed match
1786 # regexp takes linear rather than quadratic time.
2073 # Case and default branches should not be indented. The regexp also