/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_report.cpp | 32 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 34 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __msan::Decorator 40 Decorator d; in DescribeStackOrigin() 58 Decorator d; in DescribeOrigin() 107 Decorator d; in ReportUMR() 147 Decorator d; in ReportAtExitStatistics() 206 Decorator d; in DescribeMemoryRange() 273 Decorator d; in ReportUMRInsideAddressRange()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cpp | 22 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 24 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator 143 Decorator d; in PrintMop() 165 Decorator d; in PrintLocation() 210 Decorator d; in PrintMutexShort() 216 Decorator d; in PrintMutexShortWithAddress() 222 Decorator d; in PrintMutex() 231 Decorator d; in PrintThread() 257 Decorator d; in PrintSleep() 283 Decorator in FrameIsInternal() [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_descriptions.cpp | 127 Decorator d; in PrintHeapChunkAccess() 257 Decorator d; in PrintAccessAndVarIntersection() 279 Decorator d; in DescribeAddressRelativeToGlobal() 358 Decorator d; in Print() 419 Decorator d; in Print()
|
H A D | asan_descriptions.h | 43 class Decorator : public __sanitizer::SanitizerCommonDecorator { 45 Decorator() : SanitizerCommonDecorator() {} in Decorator() function
|
H A D | asan_report.cpp | 63 Decorator d; in PrintMemoryByte()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.cpp | 105 class Decorator : public SanitizerCommonDecorator { class 107 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anonef5d40b80111::Decorator 262 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() 354 Decorator Decor; in ~Diag()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_report.cpp | 154 class Decorator: public __sanitizer::SanitizerCommonDecorator { class 156 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __hwasan::__anon865875d10111::Decorator 296 Decorator d; in PrintStackAllocations() 720 Decorator d; in PrintHeapOrGlobalCandidate() 791 Decorator d; in PrintAddressDescription() 911 Decorator d; in ~InvalidFreeReport() 966 Decorator d; in ~TailOverwrittenReport() 1034 Decorator d; in ~TagMismatchReport()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 782 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 784 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in Decorator 791 Decorator d; in PrintNoOriginTrackingWarning() 799 Decorator d; in PrintNoTaintWarning() 805 Decorator d; in PrintInvalidOriginWarning() 813 Decorator d; in PrintInvalidOriginIdWarning() 821 Decorator d; in PrintOriginTraceFramesToStr() 848 Decorator d; in PrintOriginTraceToStr()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | segv_handler_posix.cpp | 130 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local 146 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 107 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 109 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon36c45c920111::Decorator 463 Decorator D; in checkFT() 641 Decorator D; in fCmpFailFT()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common.cpp | 253 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 255 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __lsan::Decorator 745 Decorator d; in PrintResults() 921 Decorator d; in PrintReportForLeak()
|