Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp312 const char *bug_type) { in DescribeAddressIfGlobal() argument
316 descr.Print(bug_type); in DescribeAddressIfGlobal()
324 void GlobalAddressDescription::Print(const char *bug_type) const { in Print()
327 if (bug_type && in Print()
328 0 == internal_strcmp(bug_type, "initialization-order-fiasco") && in Print()
476 const char *bug_type) { in PrintAddressDescription() argument
485 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.cpp295 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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp562 const char *bug_type = "invalid-free"; in ReportInvalidFree() local
563 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ReportInvalidFree()
575 ReportErrorSummary(bug_type, stack); in ReportInvalidFree()
585 const char *bug_type = "allocation-tail-overwritten"; in ReportTailOverwritten() local
587 bug_type, untagged_addr, untagged_addr + orig_size, orig_size); in ReportTailOverwritten()
640 ReportErrorSummary(bug_type, stack); in ReportTailOverwritten()
653 const char *bug_type = "tag-mismatch"; in ReportTagMismatch() local
655 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ReportTagMismatch()
688 ReportErrorSummary(bug_type, stack); in ReportTagMismatch()