Home
last modified time | relevance | path

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

/freebsd/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()
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.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()
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()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp876 const char *bug_type = "invalid-free"; in ~InvalidFreeReport() local
880 SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); in ~InvalidFreeReport()
883 SanitizerToolName, bug_type, untagged_addr, pc); in ~InvalidFreeReport()
897 ReportErrorSummary(bug_type, stack); in ~InvalidFreeReport()
930 const char *bug_type = "allocation-tail-overwritten"; in ~TailOverwrittenReport() local
932 bug_type, untagged_addr, untagged_addr + orig_size, orig_size); in ~TailOverwrittenReport()
977 ReportErrorSummary(bug_type, stack); in ~TailOverwrittenReport()
998 const char *bug_type = "tag-mismatch"; in ~TagMismatchReport() local
1001 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ~TagMismatchReport()
1036 ReportErrorSummary(bug_type, stack); in ~TagMismatchReport()