Home
last modified time | relevance | path

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

/external/clang/tools/scan-build-py/tests/unit/
Dtest_report.py28 return sut.parse_crash(file_name)
106 result = sut.parse_crash(pp_file + '.info.txt')
/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py287 return (parse_crash(filename)
371 def parse_crash(filename): function