Home
last modified time | relevance | path

Searched refs:CXXDeallocatorCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1203 class CXXDeallocatorCall : public AnyFunctionCall {
1207 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function
1211 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;
1214 new (Dest) CXXDeallocatorCall(*this); in cloneTo()
1471 CallEventRef<CXXDeallocatorCall>
1475 return create<CXXDeallocatorCall>(E, State, LCtx, ElemRef); in getCXXDeallocatorCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp99 ProgramStateRef checkCXXDeallocation(const CXXDeallocatorCall *DC,
477 CallAndMessageChecker::checkCXXDeallocation(const CXXDeallocatorCall *DC, in checkCXXDeallocation()
562 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) in checkPreCall()
H A DMallocChecker.cpp3085 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1103 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()