Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h147 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h450 const void *getLocationValue() const { in getLocationValue() function
549 const void *getLocationValue() const { in getLocationValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1499 const MemRegion *FieldReg = (const MemRegion *)PIP->getLocationValue(); in VisitNode()
1517 if (!PS || PS->getLocationValue() != R) in VisitNode()