Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1082 class CXXDeallocatorCall : public AnyFunctionCall {
1086 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function
1089 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;
1092 new (Dest) CXXDeallocatorCall(*this); in cloneTo()
1347 CallEventRef<CXXDeallocatorCall>
1350 return create<CXXDeallocatorCall>(E, State, LCtx); in getCXXDeallocatorCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp101 ProgramStateRef checkCXXDeallocation(const CXXDeallocatorCall *DC,
478 CallAndMessageChecker::checkCXXDeallocation(const CXXDeallocatorCall *DC, in checkCXXDeallocation()
563 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) in checkPreCall()
H A DMallocChecker.cpp2856 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1126 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()