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.h696 class CXXDestructorCall : public CXXInstanceCall {
709 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, in CXXDestructorCall() function
717 CXXDestructorCall(const CXXDestructorCall &Other) : CXXInstanceCall(Other) {} in CXXDestructorCall() function
718 void cloneTo(void *Dest) const override {new (Dest) CXXDestructorCall(*this);} in cloneTo()
1030 CallEventRef<CXXDestructorCall>
1034 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp658 const CXXDestructorCall &Dtor = cast<CXXDestructorCall>(Call); in mayInlineCallKind()
816 if (isa<CXXDestructorCall>(Call)) { in shouldInlineCall()
DCallEvent.cpp649 SVal CXXDestructorCall::getCXXThisVal() const { in getCXXThisVal()
655 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.cpp2176 if (const CXXDestructorCall *DC = dyn_cast<CXXDestructorCall>(&Call)) { in checkPreCall()