Home
last modified time | relevance | path

Searched refs:dealloc_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h60 AllocType dealloc_type);
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
122 dealloc_type(dealloc_type_), in ErrorAllocTypeMismatch()
H A Dasan_errors.cpp122 CHECK_NE(alloc_type, dealloc_type); in Print()
127 dealloc_names[dealloc_type], (void *)addr_description.Address()); in Print()
H A Dasan_report.cpp245 AllocType dealloc_type) { in ReportAllocTypeMismatch() argument
248 alloc_type, dealloc_type); in ReportAllocTypeMismatch()