/external/llvm-project/llvm/test/Linker/Inputs/ |
D | PR11464.b.ll | 1 %bug_type = type { %bug_type* } 4 define i32 @bug_a(%bug_type* %fp) nounwind uwtable { 6 %d_stream = getelementptr inbounds %bug_type, %bug_type* %fp, i64 0, i32 0
|
D | PR11464.a.ll | 1 %bug_type = type opaque 2 declare i32 @bug_a(%bug_type*) 3 declare i32 @bug_b(%bug_type*)
|
/external/llvm/test/Linker/Inputs/ |
D | PR11464.b.ll | 1 %bug_type = type { %bug_type* } 4 define i32 @bug_a(%bug_type* %fp) nounwind uwtable { 6 %d_stream = getelementptr inbounds %bug_type, %bug_type* %fp, i64 0, i32 0
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 319 const char *bug_type) { in DescribeAddressIfGlobal() argument 330 if (0 == internal_strcmp(bug_type, "initialization-order-fiasco") && in DescribeAddressIfGlobal() 581 static void DescribeAddress(uptr addr, uptr access_size, const char *bug_type) { in DescribeAddress() argument 586 if (DescribeAddressIfGlobal(addr, access_size, bug_type)) in DescribeAddress() 918 char bug_type[100]; in ReportStringFunctionMemoryRangesOverlap() local 919 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function); in ReportStringFunctionMemoryRangesOverlap() 923 bug_type, offset1, offset1 + length1, offset2, offset2 + length2); in ReportStringFunctionMemoryRangesOverlap() 925 ScarinessScore::PrintSimple(10, bug_type); in ReportStringFunctionMemoryRangesOverlap() 927 DescribeAddress((uptr)offset1, length1, bug_type); in ReportStringFunctionMemoryRangesOverlap() 928 DescribeAddress((uptr)offset2, length2, bug_type); in ReportStringFunctionMemoryRangesOverlap() [all …]
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_report.cpp | 514 const char *bug_type = "invalid-free"; in ReportInvalidFree() local 515 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ReportInvalidFree() 527 ReportErrorSummary(bug_type, stack); in ReportInvalidFree() 537 const char *bug_type = "allocation-tail-overwritten"; in ReportTailOverwritten() local 539 bug_type, untagged_addr, untagged_addr + orig_size, orig_size); in ReportTailOverwritten() 586 ReportErrorSummary(bug_type, stack); in ReportTailOverwritten() 599 const char *bug_type = "tag-mismatch"; in ReportTagMismatch() local 601 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ReportTagMismatch() 634 ReportErrorSummary(bug_type, stack); in ReportTagMismatch()
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 180 for bug_type in types.values(): 191 | </tr>""", indent).format(**bug_type)) 411 bug_type = bug['bug_type'] 413 current_type = current_category.get(bug_type, { 414 'bug_type': bug_type, 419 current_category.update({bug_type: current_type})
|
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 143 for bug_type in types.values(): 154 | </tr>""", indent).format(**bug_type)) 380 bug_type = bug['bug_type'] 382 current_type = current_category.get(bug_type, { 383 'bug_type': bug_type, 388 current_category.update({bug_type: current_type})
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_descriptions.cpp | 313 const char *bug_type) { in DescribeAddressIfGlobal() argument 317 descr.Print(bug_type); in DescribeAddressIfGlobal() 325 void GlobalAddressDescription::Print(const char *bug_type) const { in Print() 328 if (bug_type && in Print() 329 0 == internal_strcmp(bug_type, "initialization-order-fiasco") && in Print() 471 const char *bug_type) { in PrintAddressDescription() argument 480 global_descr.Print(bug_type); in PrintAddressDescription()
|
D | asan_descriptions.h | 158 void Print(const char *bug_type = "") const; 167 bool DescribeAddressIfGlobal(uptr addr, uptr access_size, const char *bug_type); 178 const char *bug_type = "");
|
D | asan_errors.h | 292 char bug_type[100]; in ErrorStringFunctionMemoryRangesOverlap() local 293 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function); in ErrorStringFunctionMemoryRangesOverlap() 295 scariness.Scare(10, bug_type); in ErrorStringFunctionMemoryRangesOverlap()
|
D | asan_errors.cpp | 295 char bug_type[100]; in Print() local 296 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function); in Print() 301 bug_type, addr1_description.Address(), in Print() 309 ReportErrorSummary(bug_type, stack); in Print()
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
D | a.out.ips | 1 …ld_version":"","platform":1,"share_with_app_devs":1,"is_first_party":1,"bug_type":"309","os_versio…
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 688 my $bug_type = ($row->[2]); 690 my $key = "$bug_category:$bug_type"; 692 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }
|
/external/llvm-project/clang/tools/scan-build/bin/ |
D | scan-build | 712 my $bug_type = ($row->[2]); 714 my $key = "$bug_category:$bug_type"; 716 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }
|