Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py299 sut.arch_check(input, spy.call)
311 self.assertIsNone(sut.arch_check(input, spy.call))
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py466 return arch_check(opts)
724 def arch_check(opts, continuation=language_check): function