Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h207 struct ErrorInvalidAlignedAllocAlignment : ErrorBase { struct
212 ErrorInvalidAlignedAllocAlignment() = default; // (*) argument
213 ErrorInvalidAlignedAllocAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAlignedAllocAlignment() function
H A Dasan_report.cpp297 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment()