Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp415 GlobalAddressDescription gdesc1, gdesc2; in IsInvalidPointerPair() local
416 if (GetGlobalAddressInformation(left, 0, &gdesc1)) in IsInvalidPointerPair()
418 !gdesc1.PointsInsideTheSameVariable(gdesc2); in IsInvalidPointerPair()