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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp52 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
H A DPointerArithChecker.cpp52 isa<CompoundLiteralRegion>(LR)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp285 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const {
286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
289 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
462 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
807 const CompoundLiteralRegion*
821 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
H A DRegionStore.cpp1202 if (isa<CompoundLiteralRegion>(R->getBaseRegion()))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h782 /// CompoundLiteralRegion - A memory region representing a compound literal.
785 class CompoundLiteralRegion : public TypedValueRegion { class in namespace:clang::ento
790 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) function in class:clang::ento::CompoundLiteralRegion
1145 const CompoundLiteralRegion*

Completed in 73 milliseconds