Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp54 if (const CompoundLiteralRegion* CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp287 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
288 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
291 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
475 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
944 const CompoundLiteralRegion*
957 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
DRegionStore.cpp1573 if (isa<CompoundLiteralRegion>(R->getBaseRegion())) in getBindingForElement()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRegions.def69 REGION(CompoundLiteralRegion, TypedValueRegion)
DMemRegion.h809 class CompoundLiteralRegion : public TypedValueRegion {
814 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg) in CompoundLiteralRegion() function
1182 const CompoundLiteralRegion*
/external/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h152 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()