/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_errors.cpp | 47 Decorator d; in Print() 62 Decorator d; in Print() 102 Decorator d; in Print() 123 Decorator d; in Print() 141 Decorator d; in Print() 154 Decorator d; in Print() 167 Decorator d; in Print() 180 Decorator d; in Print() 193 Decorator d; in Print() 207 Decorator in Print() [all...] |
H A D | asan_descriptions.cpp | 129 Decorator d; in PrintHeapChunkAccess() 259 Decorator d; in PrintAccessAndVarIntersection() 281 Decorator d; in DescribeAddressRelativeToGlobal() 360 Decorator d; in Print() 421 Decorator d; in Print()
|
H A D | asan_descriptions.h | 41 class Decorator : public __sanitizer::SanitizerCommonDecorator { 43 Decorator() : SanitizerCommonDecorator() {} 45 Decorator() : SanitizerCommonDecorator() {} Decorator() function
|
H A D | asan_report.cpp | 63 Decorator d; in PrintMemoryByte()
|
/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()
|
/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 d; in PrintReport()
|
/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 __anon1249678b0111::Decorator 262 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet() 354 Decorator Decor; in ~Diag()
|
/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::__anonfdd1ce240111::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()
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan.cpp | 778 class Decorator : public __sanitizer::SanitizerCommonDecorator { in dfsan_get_labels_in_signal_reaches_function() 780 Decorator() : SanitizerCommonDecorator() {} in dfsan_get_labels_in_signal_reaches_function() 786 Decorator d; 794 Decorator d; in PrintNoOriginTrackingWarning() 800 Decorator d; in PrintNoTaintWarning() 808 Decorator d; in PrintInvalidOriginWarning() 816 Decorator d; in PrintInvalidOriginIdWarning() 843 Decorator d; 782 class Decorator : public __sanitizer::SanitizerCommonDecorator { global() class 784 Decorator() : SanitizerCommonDecorator() {} Decorator() function in Decorator
|
/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
|
/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 126 class Decorator : public __sanitizer::SanitizerCommonDecorator { in dec() 128 Decorator() : SanitizerCommonDecorator() {} in hex() 465 Decorator D; in checkFT() 515 Decorator D; in checkFT() 693 Decorator D; 107 class Decorator : public __sanitizer::SanitizerCommonDecorator { global() class 109 Decorator() : SanitizerCommonDecorator() {} Decorator() function in __anonbaccdac50111::Decorator
|
/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 845 Decorator d; 1028 Decorator d; in __lsan_register_root_region()
|