Home
last modified time | relevance | path

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

/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py71 bug_counter = create_counters()
73 bug_counter(bug)
74 result = crash_count + bug_counter.total
83 if bug_counter.total:
84 fragments.append(bug_summary(output_dir, bug_counter))
147 def bug_summary(output_dir, bug_counter): argument
174 | </tr>""", indent).format(bug_counter.total))
175 for category, types in bug_counter.categories.items():