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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h190 return reinterpret_cast<const MemRegion*>(PSL->getLocationValue());
/external/clang/include/clang/Analysis/
H A DProgramPoint.h390 const void *getLocationValue() const { function in class:clang::PostStore
489 const void *getLocationValue() const { function in class:clang::PostInitializer
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp473 const MemRegion *FieldReg = (const MemRegion *)PIP->getLocationValue();
491 if (!PS || PS->getLocationValue() != R)

Completed in 2211 milliseconds