Home | History | Annotate | Download | only in scan-build

Lines Matching refs:bug_category

659       my $bug_category = ($row->[1]);
660 my $key = "$bug_category:$bug_type";
662 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }