Searched refs:ownershipState (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp284 AllocationOwnership ownershipState; local
292 ownershipState = ASAN;
294 ownershipState = RTL;
296 ownershipState = NEITHER;
306 if (ownershipState == RTL ||
307 (ownershipState == NEITHER && !only_asan_supported_flags)) {
329 CHECK(ownershipState == RTL || ownershipState == NEITHER);
335 if (ownershipState == ASAN && !only_asan_supported_flags) {
349 CHECK((ownershipState
[all...]

Completed in 59 milliseconds