HomeSort by relevance Sort by last modified time
    Searched refs:bug_type (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_report.cc 621 char bug_type[100]; local
622 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function);
626 bug_type, offset1, offset1 + length1, offset2, offset2 + length2);
631 ReportSummary(bug_type, stack);
  /external/clang/tools/scan-build/
scan-build 633 my $bug_type = ($row->[2]);
635 my $key = "$bug_category:$bug_type";
637 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }
    [all...]

Completed in 136 milliseconds