Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h140 static const MemRegion *getLocationRegionIfPostStore(const ExplodedNode *N) { in getLocationRegionIfPostStore() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2712 if (const MemRegion *MR = C.getLocationRegionIfPostStore(N)) { in getAllocationSite()