Home | History | Annotate | Download | only in valgrind

Lines Matching refs:compile

123     self.regex = re.compile(regex, re.MULTILINE)
362 sup_regex = re.compile('suppressions.*\.txt$')
456 re.compile(r"^.*\!.*$"), # mod!func
457 re.compile(r"^.*!\.\.\.$"), # mod!ellipsis
458 re.compile(r"^\<.*\+0x.*\>$"), # <mod+0xoffs>
459 re.compile(r"^\<not in a module\>$"),
460 re.compile(r"^system call .*$"),
461 re.compile(r"^\*$"), # wildcard
462 re.compile(r"^\.\.\.$"), # ellipsis