Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.h194 struct ErrorInvalidAllocationAlignment : ErrorBase { struct
198 ErrorInvalidAllocationAlignment() = default; // (*) argument
199 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAllocationAlignment() argument
H A Dasan_errors.cpp206 void ErrorInvalidAllocationAlignment::Print() { in Print()
H A Dasan_report.cpp288 ErrorInvalidAllocationAlignment error(GetCurrentTidOrInvalid(), stack, in ReportInvalidAllocationAlignment()