Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1196 class CXXDeallocatorCall : public AnyFunctionCall {
1200 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function
1204 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;
1207 new (Dest) CXXDeallocatorCall(*this); in cloneTo()
1464 CallEventRef<CXXDeallocatorCall>
1468 return create<CXXDeallocatorCall>(E, State, LCtx, ElemRef); in getCXXDeallocatorCall()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1131 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2906 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()