Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_errors.cpp120 static const char *dealloc_names[] = {"INVALID", "free", "operator delete", in Print() local
127 dealloc_names[dealloc_type], (void *)addr_description.Address()); in Print()