Home
last modified time | relevance | path

Searched refs:language_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.py253 self.assertEqual(spy.success, sut.language_check(input, spy.call))
267 self.assertIsNone(sut.language_check(input, spy.call))
274 self.assertEqual(spy.success, sut.language_check(input, spy.call))
284 self.assertEqual(spy.success, sut.language_check(input, spy.call))
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py694 def language_check(opts, continuation=filter_debug_flags): function
724 def arch_check(opts, continuation=language_check):