Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.h169 bool PointsInsideTheSameVariable(const GlobalAddressDescription &other) const;
H A Dasan_report.cpp406 !gdesc1.PointsInsideTheSameVariable(gdesc2); in IsInvalidPointerPair()
H A Dasan_descriptions.cpp337 bool GlobalAddressDescription::PointsInsideTheSameVariable( in PointsInsideTheSameVariable() function in __asan::GlobalAddressDescription