Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Linker/Inputs/
H A 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, %bug_type* %fp, i64 0, i32 0
H A DPR11464.a.ll1 %bug_type = type opaque
2 declare i32 @bug_a(%bug_type*)
3 declare i32 @bug_b(%bug_type*)
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp582 const char *bug_type = "invalid-free"; in ReportInvalidFree() local
586 SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); in ReportInvalidFree()
589 SanitizerToolName, bug_type, untagged_addr, pc); in ReportInvalidFree()
603 ReportErrorSummary(bug_type, stack); in ReportInvalidFree()
622 const char *bug_type = "allocation-tail-overwritten"; in ReportTailOverwritten() local
624 bug_type, untagged_addr, untagged_addr + orig_size, orig_size); in ReportTailOverwritten()
676 ReportErrorSummary(bug_type, stack); in ReportTailOverwritten()
688 const char *bug_type = "tag-mismatch"; in ReportTagMismatch() local
691 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ReportTagMismatch()
745 ReportErrorSummary(bug_type, stack); in ReportTagMismatch()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp312 const char *bug_type) { in DescribeAddressIfGlobal() argument
316 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()
477 const char *bug_type) { in PrintAddressDescription() argument
486 global_descr.Print(bug_type); in PrintAddressDescription()
H A Dasan_descriptions.h165 void Print(const char *bug_type = "") const;
174 bool DescribeAddressIfGlobal(uptr addr, uptr access_size, const char *bug_type);
185 const char *bug_type = "");
H A Dasan_errors.h292 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()
H A Dasan_errors.cpp291 char bug_type[100]; in Print() local
292 internal_snprintf(bug_type, sizeof(bug_type), "%s-param-overlap", function); in Print()
297 bug_type, (void *)addr1_description.Address(), in Print()
306 ReportErrorSummary(bug_type, stack); in Print()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py149 for bug_type in types.values():
160 | </tr>""", indent).format(**bug_type))
479 bug_type = bug['bug_type']
481 current_type = current_category.get(bug_type, {
482 'bug_type': bug_type,
487 current_category.update({bug_type: current_type})
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dno_threadState.ips1 …,"platform":1,"share_with_app_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_versio…
H A Da.out.ips1 …,"platform":1,"share_with_app_devs":1,"is_first_party":1,"etl_key":"3","bug_type":"309","os_versio…
H A Dscripted_crashlog.ips1 …ld_version":"","platform":1,"share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_versio…
3 "bug_type": "309",
/llvm-project-15.0.7/clang/tools/scan-build/bin/
H A Dscan-build675 my $bug_type = ($row->[2]);
677 my $key = "$bug_category:$bug_type";
679 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; }