Home
last modified time | relevance | path

Searched refs:Decorator (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.cc47 Decorator d; in Print()
63 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()
196 Decorator d; in Print()
209 Decorator d; in Print()
[all …]
H A Dasan_descriptions.cc129 Decorator d; in PrintHeapChunkAccess()
259 Decorator d; in PrintAccessAndVarIntersection()
281 Decorator d; in DescribeAddressRelativeToGlobal()
359 Decorator d; in Print()
420 Decorator d; in Print()
H A Dasan_descriptions.h44 class Decorator : public __sanitizer::SanitizerCommonDecorator {
46 Decorator() : SanitizerCommonDecorator() {} in Decorator() function
H A Dasan_report.cc61 Decorator d; in PrintMemoryByte()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.cc45 Decorator d; in Print()
61 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()
194 Decorator d; in Print()
207 Decorator d; in Print()
[all …]
H A Dasan_descriptions.cc127 Decorator d; in PrintHeapChunkAccess()
257 Decorator d; in PrintAccessAndVarIntersection()
279 Decorator d; in DescribeAddressRelativeToGlobal()
357 Decorator d; in Print()
418 Decorator d; in Print()
H A Dasan_descriptions.h42 class Decorator : public __sanitizer::SanitizerCommonDecorator {
44 Decorator() : SanitizerCommonDecorator() {} in Decorator() function
H A Dasan_report.cc59 Decorator d; in PrintMemoryByte()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.cpp47 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 d; in Print()
[all …]
H A Dasan_descriptions.cpp127 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 Dasan_descriptions.h43 class Decorator : public __sanitizer::SanitizerCommonDecorator {
45 Decorator() : SanitizerCommonDecorator() {} in Decorator() function
H A Dasan_report.cpp60 Decorator d; in PrintMemoryByte()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_report.cc31 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
33 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __msan::Decorator
39 Decorator d; in DescribeStackOrigin()
62 Decorator d; in DescribeOrigin()
104 Decorator d; in ReportUMR()
144 Decorator d; in ReportAtExitStatistics()
203 Decorator d; in DescribeMemoryRange()
264 Decorator d; in ReportUMRInsideAddressRange()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.cpp22 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
24 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator
147 Decorator d; in PrintMop()
169 Decorator d; in PrintLocation()
213 Decorator d; in PrintMutexShort()
219 Decorator d; in PrintMutexShortWithAddress()
225 Decorator d; in PrintMutex()
240 Decorator d; in PrintThread()
266 Decorator d; in PrintSleep()
307 Decorator d; in PrintReport()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.cc39 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
41 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator
160 Decorator d; in PrintMop()
182 Decorator d; in PrintLocation()
224 Decorator d; in PrintMutexShort()
230 Decorator d; in PrintMutexShortWithAddress()
235 Decorator d; in PrintMutex()
249 Decorator d; in PrintThread()
274 Decorator d; in PrintSleep()
315 Decorator d; in PrintReport()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.cc37 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
39 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator
158 Decorator d; in PrintMop()
180 Decorator d; in PrintLocation()
222 Decorator d; in PrintMutexShort()
228 Decorator d; in PrintMutexShortWithAddress()
233 Decorator d; in PrintMutex()
247 Decorator d; in PrintThread()
272 Decorator d; in PrintSleep()
313 Decorator d; in PrintReport()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_report.cpp130 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
132 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __hwasan::Decorator
301 Decorator d; in ShowHeapOrGlobalCandidate()
373 Decorator d; in PrintAddressDescription()
579 Decorator d; in ReportInvalidFree()
619 Decorator d; in ReportTailOverwritten()
685 Decorator d; in ReportTagMismatch()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc98 class Decorator : public SanitizerCommonDecorator { class
100 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon7542ce030111::Decorator
247 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet()
339 Decorator Decor; in ~Diag()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc100 class Decorator : public SanitizerCommonDecorator { class
102 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon0b48d6e10111::Decorator
249 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet()
341 Decorator Decor; in ~Diag()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp107 class Decorator : public SanitizerCommonDecorator { class
109 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anon71ed2b330111::Decorator
256 static void PrintMemorySnippet(const Decorator &Decor, MemoryLocation Loc, in PrintMemorySnippet()
348 Decorator Decor; in ~Diag()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_common.cc125 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
127 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __lsan::Decorator
592 Decorator d; in CheckForLeaks()
729 Decorator d; in PrintReportForLeak()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_common.cc123 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
125 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __lsan::Decorator
590 Decorator d; in CheckForLeaks()
727 Decorator d; in PrintReportForLeak()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common.cpp149 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
151 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __lsan::Decorator
664 Decorator d; in PrintResults()
853 Decorator d; in PrintReportForLeak()
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-2021305 * python.texi (Frame Decorator API): Fix method name.
1370 (Frame Decorator API): Remove period from subsection title.