Searched refs:CompoundLiteralRegion (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | Regions.def | 68 REGION(CompoundLiteralRegion, TypedValueRegion)
|
| H A D | MemRegion.h | 928 class CompoundLiteralRegion : public TypedValueRegion { 933 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function 1499 const CompoundLiteralRegion*
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 276 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile() 277 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile() 280 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion() 510 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream() 1200 const CompoundLiteralRegion* 1213 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 189 std::string VisitCompoundLiteralRegion(const CompoundLiteralRegion *R) { in VisitCompoundLiteralRegion()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | StackAddrEscapeChecker.cpp | 77 if (const auto *CR = dyn_cast<CompoundLiteralRegion>(R)) { in genName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7745 …dLiteralRegion7ProfileERN4llvm16FoldingSetNodeIDE", "clang::ento::CompoundLiteralRegion::Profile(l… 7746 …deIDEPKNS_19CompoundLiteralExprEPKNS0_9MemRegionE", "clang::ento::CompoundLiteralRegion::ProfileRe… 7773 …LiteralRegion12dumpToStreamERN4llvm11raw_ostreamE", "clang::ento::CompoundLiteralRegion::dumpToStr… 7823 …emRegionE", "clang::ento::CompoundLiteralRegion* clang::ento::MemRegionManager::getSubRegion<clang… 7869 …clang4ento21CompoundLiteralRegionD1Ev", "clang::ento::CompoundLiteralRegion::~CompoundLiteralRegio… 7870 …clang4ento21CompoundLiteralRegionD0Ev", "clang::ento::CompoundLiteralRegion::~CompoundLiteralRegio… 7871 {"_ZNK5clang4ento21CompoundLiteralRegion11isBoundableEv", "clang::ento::CompoundLiteralRegion::isBo… 7872 {"_ZNK5clang4ento21CompoundLiteralRegion12getValueTypeEv", "clang::ento::CompoundLiteralRegion::get… 25265 {"_ZTVN5clang4ento21CompoundLiteralRegionE", "vtable for clang::ento::CompoundLiteralRegion"},
|