Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_report.cpp401 GlobalAddressDescription gdesc1, gdesc2; in IsInvalidPointerPair() local
403 return !GetGlobalAddressInformation(right - 1, 0, &gdesc2) || in IsInvalidPointerPair()
404 !gdesc1.PointsInsideTheSameVariable(gdesc2); in IsInvalidPointerPair()
408 GetGlobalAddressInformation(right - 1, 0, &gdesc2)) in IsInvalidPointerPair()