Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.h139 struct ErrorSanitizerGetAllocatedSizeNotOwned : ErrorBase { struct
143 ErrorSanitizerGetAllocatedSizeNotOwned() = default; // (*) argument
144 ErrorSanitizerGetAllocatedSizeNotOwned(u32 tid, BufferedStackTrace *stack_, in ErrorSanitizerGetAllocatedSizeNotOwned() argument
Dasan_report.cpp259 ErrorSanitizerGetAllocatedSizeNotOwned error(GetCurrentTidOrInvalid(), stack, in ReportSanitizerGetAllocatedSizeNotOwned()
Dasan_errors.cpp155 void ErrorSanitizerGetAllocatedSizeNotOwned::Print() { in Print()