Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h141 static const MemRegion *getLocationRegionIfPostStore(const ExplodedNode *N) { in getLocationRegionIfPostStore() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp2756 if (const MemRegion *MR = C.getLocationRegionIfPostStore(N)) { in getAllocationSite()