Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py28 return sut.parse_crash(file_name)
106 result = sut.parse_crash(pp_file + '.info.txt')
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py256 return (parse_crash(filename)
437 def parse_crash(filename): function