Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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() argument
H A Dasan_errors.cpp219 void ErrorInvalidAlignedAllocAlignment::Print() { in Print()
H A Dasan_report.cpp296 ErrorInvalidAlignedAllocAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAlignedAllocAlignment()