Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dreport.py34 bug_counter = create_counters()
36 bug_counter(bug)
37 result = crash_count + bug_counter.total
48 if bug_counter.total:
49 fragments.append(bug_summary(args.output, bug_counter))
116 def bug_summary(output_dir, bug_counter): argument
143 | </tr>""", indent).format(bug_counter.total))
144 for category, types in bug_counter.categories.items():