Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp267 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
268 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
271 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
501 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
1153 const CompoundLiteralRegion*
1166 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDRegions.def68 REGION(CompoundLiteralRegion, TypedValueRegion)
HDMemRegion.h900 class CompoundLiteralRegion : public TypedValueRegion {
905 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function
1471 const CompoundLiteralRegion*
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDSValExplainer.h178 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDStackAddrEscapeChecker.cpp77 if (const auto *CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()