Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h728 class CXXDestructorCall : public CXXInstanceCall {
741 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, in CXXDestructorCall() function
749 CXXDestructorCall(const CXXDestructorCall &Other) : CXXInstanceCall(Other) {} in CXXDestructorCall() function
750 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo()
1067 CallEventRef<CXXDestructorCall>
1071 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp645 const CXXDestructorCall &Dtor = cast<CXXDestructorCall>(Call); in mayInlineCallKind()
802 if (isa<CXXDestructorCall>(Call)) { in shouldInlineCall()
DCallEvent.cpp659 SVal CXXDestructorCall::getCXXThisVal() const { in getCXXThisVal()
665 RuntimeDefinition CXXDestructorCall::getRuntimeDefinition() const { in getRuntimeDefinition()
DExprEngineCXX.cpp378 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp183 if (const CXXDestructorCall *Dtor = dyn_cast<CXXDestructorCall>(&Call)) { in checkPreCall()
DMallocChecker.cpp2184 if (const CXXDestructorCall *DC = dyn_cast<CXXDestructorCall>(&Call)) { in checkPreCall()