Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_errors.h192 struct ErrorInvalidAlignedAllocAlignment : ErrorBase { struct
197 ErrorInvalidAlignedAllocAlignment() = default; // (*) argument
198 ErrorInvalidAlignedAllocAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAlignedAllocAlignment() function
H A Dasan_errors.cc208 void ErrorInvalidAlignedAllocAlignment::Print() { in Print()
H A Dasan_report.cc284 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment()