Home
last modified time | relevance | path

Searched refs:SCRUB_IR_COMMENT_RE (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dcommon.py135 SCRUB_IR_COMMENT_RE = re.compile(r'\s*;.*') variable
184 scrubbed_line = SCRUB_IR_COMMENT_RE.sub(r'', line)
243 func_line = SCRUB_IR_COMMENT_RE.sub(r'', func_line)
/external/llvm/utils/
Dupdate_test_checks.py56 SCRUB_IR_COMMENT_RE = re.compile(r'\s*;.*') variable
239 func_line = SCRUB_IR_COMMENT_RE.sub(r'', func_line)