Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp278 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
279 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
282 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
481 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
972 const CompoundLiteralRegion*
985 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
HDRegionStore.cpp1671 if (isa<CompoundLiteralRegion>(R->getBaseRegion())) in getBindingForElement()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDRegions.def68 REGION(CompoundLiteralRegion, TypedValueRegion)
HDMemRegion.h872 class CompoundLiteralRegion : public TypedValueRegion {
877 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function
1304 const CompoundLiteralRegion*
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDSValExplainer.h160 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDStackAddrEscapeChecker.cpp77 if (const auto *CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()