Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp407 HeapAddressDescription hdesc1, hdesc2; in IsInvalidPointerPair() local
408 if (GetHeapAddressInformation(left, 0, &hdesc1) && in IsInvalidPointerPair()
409 hdesc1.chunk_access.access_type == kAccessTypeInside) in IsInvalidPointerPair()
412 hdesc1.chunk_access.chunk_begin != hdesc2.chunk_access.chunk_begin; in IsInvalidPointerPair()