Home
last modified time | relevance | path

Searched refs:ErrorSanitizerGetAllocatedSizeNotOwned (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_errors.h139 struct ErrorSanitizerGetAllocatedSizeNotOwned : ErrorBase { struct
143 ErrorSanitizerGetAllocatedSizeNotOwned() = default; // (*) argument
144 ErrorSanitizerGetAllocatedSizeNotOwned(u32 tid, BufferedStackTrace *stack_, in ErrorSanitizerGetAllocatedSizeNotOwned() function
H A Dasan_errors.cc155 void ErrorSanitizerGetAllocatedSizeNotOwned::Print() { in Print()
H A Dasan_report.cc256 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned()