Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp304 SVal ValueAtN = N->getState()->getSVal(RegionOfInterest); in wasRegionOfInterestModifiedAt() local
306 .areEqual(State, ValueAtN, ValueAfter) in wasRegionOfInterestModifiedAt()
308 (!ValueAtN.isUndef() || !ValueAfter.isUndef())) in wasRegionOfInterestModifiedAt()