Home
last modified time | relevance | path

Searched defs:run_analyzer (Results 1 – 5 of 5) sorted by relevance

/llvm-project/.github/workflows/
H A Dci-post-commit-analyzer-run.py9 def run_analyzer(data): function
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py17 def run_analyzer(outdir, args, cmd): member in OutputDirectoryTest
H A Dtest_from_cdb.py30 def run_analyzer(directory, cdb, args): function
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Danalyze.py586 def run_analyzer(opts, continuation=report_failure): function
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py131 def run_analyzer(content, failures_report, output_format="plist"): member in RunAnalyzerTest