HomeSort by: relevance | last modified time | path
    Searched refs:filecheck_cmd (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/
update_analyze_test_checks.py 88 (tool_cmd, filecheck_cmd) = tuple([cmd.strip() for cmd in l.split('|', 1)])
89 common.verify_filecheck_prefixes(filecheck_cmd)
95 if not filecheck_cmd.startswith('FileCheck '):
102 check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
update_llc_test_checks.py 69 filecheck_cmd = commands[-1]
82 common.verify_filecheck_prefixes(filecheck_cmd)
87 if not filecheck_cmd.startswith('FileCheck '):
95 check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
update_test_checks.py 89 filecheck_cmd = commands[-1]
90 common.verify_filecheck_prefixes(filecheck_cmd)
95 if not filecheck_cmd.startswith('FileCheck '):
103 common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
update_cc_test_checks.py 257 filecheck_cmd = commands[-1]
258 common.verify_filecheck_prefixes(filecheck_cmd)
259 if not filecheck_cmd.startswith('FileCheck '):
265 check_prefixes = [item for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
update_mca_test_checks.py 90 (tool_cmd, filecheck_cmd) = tuple([cmd.strip()
96 common.verify_filecheck_prefixes(filecheck_cmd)
103 if not filecheck_cmd.startswith('FileCheck '):
111 for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)
update_mir_test_checks.py 109 filecheck_cmd = commands[1] if len(commands) > 1 else ''
110 common.verify_filecheck_prefixes(filecheck_cmd)
115 if not filecheck_cmd.startswith('FileCheck '):
134 for m in common.CHECK_PREFIX_RE.finditer(filecheck_cmd)

Completed in 15 milliseconds