OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bug_type
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_report.cc
576
char
bug_type
[100];
local
577
internal_snprintf(
bug_type
, sizeof(
bug_type
), "%s-param-overlap", function);
581
bug_type
, offset1, offset1 + length1, offset2, offset2 + length2);
586
ReportSummary(
bug_type
, stack);
/external/clang/tools/scan-build/
scan-build
623
my $
bug_type
= ($row->[2]);
625
my $key = "$bug_category:$
bug_type
";
627
if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$
bug_type
]; }
[
all
...]
Completed in 78 milliseconds