Searched refs:ErrorAllocTypeMismatch (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_errors.h | 111 struct ErrorAllocTypeMismatch : ErrorBase { struct 116 ErrorAllocTypeMismatch() = default; // (*) argument 117 ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr, in ErrorAllocTypeMismatch() function
|
H A D | asan_report.cpp | 245 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
|
H A D | asan_errors.cpp | 117 void ErrorAllocTypeMismatch::Print() { in Print()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_errors.h | 111 struct ErrorAllocTypeMismatch : ErrorBase { struct 116 ErrorAllocTypeMismatch() = default; // (*) argument 117 ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr, in ErrorAllocTypeMismatch() argument
|
H A D | asan_errors.cc | 119 void ErrorAllocTypeMismatch::Print() { in Print()
|
H A D | asan_report.cc | 242 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_errors.h | 109 struct ErrorAllocTypeMismatch : ErrorBase { struct 114 ErrorAllocTypeMismatch() = default; // (*) argument 115 ErrorAllocTypeMismatch(u32 tid, BufferedStackTrace *stack, uptr addr, in ErrorAllocTypeMismatch() function
|
H A D | asan_report.cc | 240 ErrorAllocTypeMismatch error(GetCurrentTidOrInvalid(), free_stack, addr, in ReportAllocTypeMismatch()
|
H A D | asan_errors.cc | 117 void ErrorAllocTypeMismatch::Print() { in Print()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
H A D | ChangeLog | 615 * asan/asan_errors.cc (ErrorAllocTypeMismatch::Print): Cherry 617 * asan/asan_errors.h (struct ErrorAllocTypeMismatch): Likewise.
|