Home
last modified time | relevance | path

Searched defs:ErrorAllocTypeMismatch (Results 1 – 1 of 1) 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