Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h143 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DProgramPoint.h444 const void *getLocationValue() const { in getLocationValue() function
543 const void *getLocationValue() const { in getLocationValue() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1435 const MemRegion *FieldReg = (const MemRegion *)PIP->getLocationValue(); in VisitNode()
1453 if (!PS || PS->getLocationValue() != R) in VisitNode()