Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h190 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/external/clang/include/clang/Analysis/
DProgramPoint.h413 const void *getLocationValue() const { in getLocationValue() function
512 const void *getLocationValue() const { in getLocationValue() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp473 const MemRegion *FieldReg = (const MemRegion *)PIP->getLocationValue(); in VisitNode()
491 if (!PS || PS->getLocationValue() != R) in VisitNode()