Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp335 SVal ValueAtN = N->getState()->getSVal(RegionOfInterest); in wasRegionOfInterestModifiedAt() local
337 .areEqual(State, ValueAtN, ValueAfter) in wasRegionOfInterestModifiedAt()
339 (!ValueAtN.isUndef() || !ValueAfter.isUndef())) in wasRegionOfInterestModifiedAt()