Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp163 CXXLifetimeExtendedObjectRegion::getStackFrame() const { in getStackFrame()
405 void CXXLifetimeExtendedObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
414 void CXXLifetimeExtendedObjectRegion::Profile( in Profile()
511 void CXXLifetimeExtendedObjectRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
1234 const CXXLifetimeExtendedObjectRegion *
1239 return getSubRegion<CXXLifetimeExtendedObjectRegion>( in getCXXLifetimeExtendedObjectRegion()
1243 const CXXLifetimeExtendedObjectRegion *
1246 return getSubRegion<CXXLifetimeExtendedObjectRegion>( in getCXXStaticLifetimeExtendedObjectRegion()
H A DExprEngineCXX.cpp805 CXXLifetimeExtendedObjectRegion>(TargetRegion) && in handleConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def72 REGION(CXXLifetimeExtendedObjectRegion, TypedValueRegion)
H A DMemRegion.h1272 class CXXLifetimeExtendedObjectRegion : public TypedValueRegion {
1278 CXXLifetimeExtendedObjectRegion(Expr const *E, ValueDecl const *D, in CXXLifetimeExtendedObjectRegion() function
1543 const CXXLifetimeExtendedObjectRegion *
1551 const CXXLifetimeExtendedObjectRegion *
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp558 isa_and_nonnull<VarRegion, CXXLifetimeExtendedObjectRegion>(MR) && in classifyObject()