Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py18 def run_analyzer(outdir, args, cmd): member in OutputDirectoryTest
H A Dtest_from_cdb.py30 def run_analyzer(directory, cdb, args): function
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py532 def run_analyzer(opts, continuation=report_failure): function
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py131 def run_analyzer(content, failures_report, output_format='plist'): member in RunAnalyzerTest