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.cpp339 SVal ValueAtN = N->getState()->getSVal(RegionOfInterest); in wasRegionOfInterestModifiedAt() local
341 .areEqual(State, ValueAtN, ValueAfter) in wasRegionOfInterestModifiedAt()
343 (!ValueAtN.isUndef() || !ValueAfter.isUndef())) in wasRegionOfInterestModifiedAt()