Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp257 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
258 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
261 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
479 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
1118 const CompoundLiteralRegion*
1131 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRegions.def68 REGION(CompoundLiteralRegion, TypedValueRegion)
DMemRegion.h890 class CompoundLiteralRegion : public TypedValueRegion {
895 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function
1420 const CompoundLiteralRegion*
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h178 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp77 if (const auto *CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()