Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.h59 AllocType dealloc_type);
H A Dasan_errors.h113 AllocType alloc_type, dealloc_type; member
122 dealloc_type(dealloc_type_), in ErrorAllocTypeMismatch()
H A Dasan_report.cpp243 AllocType dealloc_type) { in ReportAllocTypeMismatch() argument
246 alloc_type, dealloc_type); in ReportAllocTypeMismatch()
H A Dasan_errors.cpp124 CHECK_NE(alloc_type, dealloc_type); in Print()
129 dealloc_names[dealloc_type], addr_description.Address()); in Print()