Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h111 struct ErrorAllocTypeMismatch : ErrorBase { struct
116 ErrorAllocTypeMismatch() = default; // (*) argument
117 ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr, in ErrorAllocTypeMismatch() function
H A Dasan_report.cpp248 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()