Home
last modified time | relevance | path

Searched defs:Decorator (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp130 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
146 ScopedEndOfReportDecorator Decorator(Printf); in dumpReport() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp32 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
34 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __msan::Decorator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp22 class Decorator: public __sanitizer::SanitizerCommonDecorator { class
24 Decorator() : SanitizerCommonDecorator() { } in Decorator() function in __tsan::Decorator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp105 class Decorator : public SanitizerCommonDecorator { class
107 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __anona017c24a0111::Decorator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h45 Decorator() : SanitizerCommonDecorator() {} in Decorator() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.cpp253 class Decorator : public __sanitizer::SanitizerCommonDecorator { class
255 Decorator() : SanitizerCommonDecorator() {} in Decorator() function in __lsan::Decorator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp153 class Decorator: public __sanitizer::SanitizerCommonDecorator { global() class
155 Decorator() : SanitizerCommonDecorator() { } Decorator() function in __hwasan::__anon2cbd70630111::Decorator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp779 class Decorator : public __sanitizer::SanitizerCommonDecorator { global() class
781 Decorator() : SanitizerCommonDecorator() {} Decorator() function in Decorator