Home
last modified time | relevance | path

Searched refs:RUN_LINE_RE (Results 1 – 3 of 3) 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]
/external/llvm-project/llvm/utils/UpdateTestChecks/
Dcommon.py146 RUN_LINE_RE = re.compile(r'^\s*(?://|[;#])\s*RUN:\s*(.*)$') variable
201 for m in [RUN_LINE_RE.match(l) for l in lines] if m]