Home
last modified time | relevance | path

Searched refs:call_and_report (Results 1 – 4 of 4) 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): function
60 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
Dtest_from_cdb.py7 from . import call_and_report
33 return call_and_report(cmd, [])
/external/clang/tools/scan-build-py/tests/functional/cases/
D__init__.py41 def call_and_report(analyzer_cmd, build_cmd): function
61 exit_code, result = call_and_report(analyzer_cmd, build_cmd)
Dtest_from_cdb.py8 from . import call_and_report
34 return call_and_report(cmd, [])