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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) {
H A DPointerArithChecker.cpp52 isa<CompoundLiteralRegion>(LR)) {
/freebsd-10.0-release/contrib/llvm/tools/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,
470 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const {
858 const CompoundLiteralRegion*
872 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
H A DRegionStore.cpp1496 if (isa<CompoundLiteralRegion>(R->getBaseRegion()))
/freebsd-10.0-release/contrib/llvm/tools/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
1185 const CompoundLiteralRegion*

Completed in 187 milliseconds