Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_errors.h139 struct ErrorSanitizerGetAllocatedSizeNotOwned : ErrorBase { struct
143 ErrorSanitizerGetAllocatedSizeNotOwned() = default; // (*) argument
144 ErrorSanitizerGetAllocatedSizeNotOwned(u32 tid, BufferedStackTrace *stack_, in ErrorSanitizerGetAllocatedSizeNotOwned() argument
HDasan_report.cpp262 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned()
HDasan_errors.cpp153 void ErrorSanitizerGetAllocatedSizeNotOwned::Print() { in Print()