| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.cpp | 49 Decorator d; in Print() 64 Decorator d; in Print() 104 Decorator d; in Print() 125 Decorator d; in Print() 143 Decorator d; in Print() 156 Decorator d; in Print() 169 Decorator d; in Print() 182 Decorator d; in Print() 195 Decorator d; in Print() 209 Decorator d; 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() {} in Decorator() function
|
| H A D | asan_report.cpp | 64 Decorator d; in PrintMemoryByte()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_diagnostics.cpp | 34 class Decorator : public SanitizerCommonDecorator { class 36 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon3edc3cb90111::Decorator 53 static void PrintError(const Decorator &decorator, in PrintError() 60 static void PrintReason(const Decorator &decorator, in PrintReason() 85 Decorator d; in PrintDiagnostics()
|
| /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/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/tysan/ |
| H A D | tysan.cpp | 205 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 207 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __tysan::Decorator 219 Decorator d; in reportError()
|
| /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 | 778 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 780 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon4445e8aa0111::Decorator 786 Decorator d; in PrintNoOriginTrackingWarning() 794 Decorator d; in PrintNoTaintWarning() 800 Decorator d; in PrintInvalidOriginWarning() 808 Decorator d; in PrintInvalidOriginIdWarning() 816 Decorator d; in PrintOriginTraceFramesToStr() 843 Decorator d; in PrintOriginTraceToStr()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan.cpp | 126 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 128 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon36c45c920111::Decorator 465 Decorator D; in checkFT() 515 Decorator D; in checkFT() 693 Decorator D; in fCmpFailFT()
|
| /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/lsan/ |
| H A D | lsan_common.cpp | 254 class Decorator : public __sanitizer::SanitizerCommonDecorator { class 256 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __lsan::Decorator 846 Decorator d; in PrintResults() 1029 Decorator d; in PrintReportForLeak()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVGlobalRegistry.cpp | 873 StructOffsetDecorator Decorator, bool EmitIR) { in getOpTypeStruct() argument 891 /* ExplicitLayoutRequired= */ Decorator != nullptr, EmitIR); in getOpTypeStruct() 918 if (Decorator) in getOpTypeStruct() 919 Decorator(SPVType->defs().begin()->getReg()); in getOpTypeStruct() 1059 StructOffsetDecorator Decorator = nullptr; in createSPIRVType() local 1061 Decorator = [&MIRBuilder, SType, this](Register Reg) { in createSPIRVType() 1066 return getOpTypeStruct(SType, MIRBuilder, AccQual, Decorator, EmitIR); in createSPIRVType() 1393 StructOffsetDecorator Decorator = [&MIRBuilder, &Offsets](Register Reg) { in getOrCreateLayoutType() local 1404 ST, MIRBuilder, SPIRV::AccessQualifier::None, Decorator, EmitIr); in getOrCreateLayoutType()
|
| H A D | SPIRVGlobalRegistry.h | 455 StructOffsetDecorator Decorator, bool EmitIR);
|