Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp309 SVal ValueAtN = N->getState()->getSVal(RegionOfInterest); in wasRegionOfInterestModifiedAt() local
311 .areEqual(State, ValueAtN, ValueAfter) in wasRegionOfInterestModifiedAt()
313 (!ValueAtN.isUndef() || !ValueAfter.isUndef())) in wasRegionOfInterestModifiedAt()