Home
last modified time | relevance | path

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

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