Home | History | Annotate | Download | only in tools

Lines Matching refs:COMMENT_RE

1591 COMMENT_RE = re.compile(r"^C (0x[0-9a-fA-F]+) (.*)$")
1607 m = COMMENT_RE.match(l)