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

/gem5/src/arch/
H A Disa_parser.py1134 for regEx in (stringRE, commentRE):
1304 for regEx in (stringRE, commentRE):
1379 commentRE = re.compile(r'(^)?[^\S\n]*/(?:\*(.*?)\*/[^\S\n]*|/[^\n]*)($)?', variable

Completed in 13 milliseconds