Home
last modified time | relevance | path

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

/external/llvm/utils/
Dupdate_llc_test_checks.py42 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable
159 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
Dupdate_test_checks.py58 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable
296 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]