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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
H A DPointerArithChecker.cpp52 isa<CompoundLiteralRegion>(LR)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp291 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const {
292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
295 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
885 const CompoundLiteralRegion*
899 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
H A DRegionStore.cpp1476 if (isa<CompoundLiteralRegion>(R->getBaseRegion()))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h810 /// CompoundLiteralRegion - A memory region representing a compound literal.
813 class CompoundLiteralRegion : public TypedValueRegion { class in namespace:clang::ento
818 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) function in class:clang::ento::CompoundLiteralRegion
1186 const CompoundLiteralRegion*

Completed in 439 milliseconds