Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h141 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue()); in getLocationRegionIfPostStore()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h445 const void *getLocationValue() const { in getLocationValue() function
544 const void *getLocationValue() const { in getLocationValue() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1420 const MemRegion *FieldReg = (const MemRegion *)PIP->getLocationValue(); in VisitNode()
1438 if (!PS || PS->getLocationValue() != R) in VisitNode()