Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h652 class CXXDestructorCall : public CXXInstanceCall {
665 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, in CXXDestructorCall() function
673 CXXDestructorCall(const CXXDestructorCall &Other) : CXXInstanceCall(Other) {} in CXXDestructorCall() function
674 virtual void cloneTo(void *Dest) const { new (Dest) CXXDestructorCall(*this); } in cloneTo()
974 CallEventRef<CXXDestructorCall>
978 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp86 if (const CXXDestructorCall *Dtor = dyn_cast<CXXDestructorCall>(&Call)) { in checkPreCall()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp657 const CXXDestructorCall &Dtor = cast<CXXDestructorCall>(Call); in mayInlineCallKind()
813 if (isa<CXXDestructorCall>(Call)) { in shouldInlineCall()
DCallEvent.cpp609 SVal CXXDestructorCall::getCXXThisVal() const { in getCXXThisVal()
615 RuntimeDefinition CXXDestructorCall::getRuntimeDefinition() const { in getRuntimeDefinition()
DExprEngineCXX.cpp310 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor()