Home
last modified time | relevance | path

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

/external/llvm/test/Linker/Inputs/
DPR11464.b.ll1 %bug_type = type { %bug_type* }
4 define i32 @bug_a(%bug_type* %fp) nounwind uwtable {
6 %d_stream = getelementptr inbounds %bug_type* %fp, i64 0, i32 0
DPR11464.a.ll1 %bug_type = type opaque
2 declare i32 @bug_a(%bug_type*)
3 declare i32 @bug_b(%bug_type*)
/external/compiler-rt/lib/asan/
Dasan_report.cc719 char bug_type[100]; in ReportStringFunctionMemoryRangesOverlap() local
720 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function); in ReportStringFunctionMemoryRangesOverlap()
724 bug_type, offset1, offset1 + length1, offset2, offset2 + length2); in ReportStringFunctionMemoryRangesOverlap()
729 ReportErrorSummary(bug_type, stack); in ReportStringFunctionMemoryRangesOverlap()
736 const char *bug_type = "negative-size-param"; in ReportStringFunctionSizeOverflow() local
738 Report("ERROR: AddressSanitizer: %s: (size=%zd)\n", bug_type, size); in ReportStringFunctionSizeOverflow()
742 ReportErrorSummary(bug_type, stack); in ReportStringFunctionSizeOverflow()
/external/clang/tools/scan-build/
Dscan-build658 my $bug_type = ($row->[2]);
660 my $key = "$bug_category:$bug_type";
662 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }