Home
last modified time | relevance | path

Searched refs:check_call_and_report (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py7 from . import make_args, check_call_and_report, create_empty_file
19 return check_call_and_report(
51 outdir = check_call_and_report(
61 outdir = check_call_and_report(
72 outdir = check_call_and_report(
91 outdir = check_call_and_report(
98 outdir = check_call_and_report(
105 outdir = check_call_and_report(
113 outdir = check_call_and_report(
D__init__.py59 def check_call_and_report(analyzer_cmd, build_cmd): function
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_from_cmd.py8 from . import make_args, check_call_and_report, create_empty_file
20 return check_call_and_report(
52 outdir = check_call_and_report(
62 outdir = check_call_and_report(
73 outdir = check_call_and_report(
92 outdir = check_call_and_report(
99 outdir = check_call_and_report(
106 outdir = check_call_and_report(
114 outdir = check_call_and_report(
D__init__.py60 def check_call_and_report(analyzer_cmd, build_cmd): function