Lines Matching refs:re
2 import re
27 m = re.match(r"(\d+\.\d+).+\.cil", fn)
81 m = re.match(r"type\s+(.+)", stmt)
86 m = re.match(r"expandtypeattribute\s+\((.+)\)\s+(true|false)", stmt)
91 m = re.match(r"typeattribute\s+(.+)", stmt)
96 m = re.match(r"typeattributeset\s+(.+?)\s+\((.+?)\)", stmt, flags = re.M |re.S)
111 pub = re.match(r"(\w+)_\d+_\d+", ta)
117 if re.match(r"type\s+.+", stmt):
119 elif re.match(r"typeattribute\s+.+", stmt):
121 elif re.match(r"typeattributeset\s+.+", stmt):
123 elif re.match(r"expandtypeattribute\s+.+", stmt):