Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_errors.h194 struct ErrorInvalidAllocationAlignment : ErrorBase { struct
198 ErrorInvalidAllocationAlignment() = default; // (*) argument
199 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAllocationAlignment() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.h179 struct ErrorInvalidAllocationAlignment : ErrorBase { struct
183 ErrorInvalidAllocationAlignment() = default; // (*) argument
184 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAllocationAlignment() argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.h177 struct ErrorInvalidAllocationAlignment : ErrorBase { struct
181 ErrorInvalidAllocationAlignment() = default; // (*) argument
182 ErrorInvalidAllocationAlignment(u32 tid, BufferedStackTrace *stack_, in ErrorInvalidAllocationAlignment() function