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.h144 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h440 const void *getLocationValue() const { in getLocationValue() function
539 const void *getLocationValue() const { in getLocationValue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1547 const MemRegion *FieldReg = (const MemRegion *)PIP->getLocationValue(); in VisitNode()
1565 if (!PS || PS->getLocationValue() != R) in VisitNode()