Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp52 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) { in GenName()
DPointerArithChecker.cpp52 isa<CompoundLiteralRegion>(LR)) { in checkPreStmt()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp285 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
289 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
462 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
746 const CompoundLiteralRegion*
760 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h741 class CompoundLiteralRegion : public TypedValueRegion {
746 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() function
1100 const CompoundLiteralRegion*