Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_descriptions.h169 bool PointsInsideTheSameVariable(const GlobalAddressDescription &other) const;
HDasan_descriptions.cpp337 bool GlobalAddressDescription::PointsInsideTheSameVariable( in PointsInsideTheSameVariable() function in __asan::GlobalAddressDescription
HDasan_report.cpp419 !gdesc1.PointsInsideTheSameVariable(gdesc2); in IsInvalidPointerPair()