Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h187 static const MemRegion *getLocationRegionIfPostStore(const ExplodedNode *N) { in getLocationRegionIfPostStore() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2025 if (const MemRegion *MR = C.getLocationRegionIfPostStore(N)) { in getAllocationSite()