Home
last modified time | relevance | path

Searched refs:CompoundLiteralRegion (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp52 isa<CompoundLiteralRegion>(LR)) { in checkPreStmt()
DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp291 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
295 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
888 const CompoundLiteralRegion*
902 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
DRegionStore.cpp1573 if (isa<CompoundLiteralRegion>(R->getBaseRegion())) in getBindingForElement()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h813 class CompoundLiteralRegion : public TypedValueRegion {
818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() function
1186 const CompoundLiteralRegion*