Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
D__init__.py40 def call_and_report(analyzer_cmd, build_cmd): argument
41 child = subprocess.Popen(analyzer_cmd + ['-v'] + build_cmd,
59 def check_call_and_report(analyzer_cmd, build_cmd): argument
60 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
63 exit_code, analyzer_cmd + build_cmd, None)
/external/clang/tools/scan-build-py/tests/functional/cases/
D__init__.py41 def call_and_report(analyzer_cmd, build_cmd): argument
42 child = subprocess.Popen(analyzer_cmd + ['-v'] + build_cmd,
60 def check_call_and_report(analyzer_cmd, build_cmd): argument
61 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
64 exit_code, analyzer_cmd + build_cmd, None)