Lines Matching full:regular
7 Convert ABI what into regular expressions
20 Extends AbiParser to search ABI nodes with regular expressions.
37 # Tuples with regular expressions to be compiled and replacement data
116 Get a search group for a subset of regular expressions.
119 regular expressions is at least O(n^2). When there are wildcards,
124 mean that searches will be confined to a small number of regular
129 regular expression. So, we need to discard nodes that have
132 If it can't obtain a subgroup, place the regular expression inside
164 Given an ABI devnode, return a list of all regular expressions that
198 msg = f"{self.search_string} is not a valid regular expression"