Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.h111 struct ErrorAllocTypeMismatch : ErrorBase { struct
116 ErrorAllocTypeMismatch() = default; // (*) argument
117 ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr, in ErrorAllocTypeMismatch() function
Dasan_report.cpp245 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
Dasan_errors.cpp119 void ErrorAllocTypeMismatch::Print() { in Print()