Searched refs:includeRE (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/
H A Disa_parser.py2645 includeRE = re.compile(r'^\s*##include\s+"(?P<filename>[^"]*)".*$', variable in class:ISAParser
2652 (from a match of includeRE) and 'dirname' is the directory
2675 contents = self.includeRE.sub(replace, contents)

Completed in 12 milliseconds