Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1070 class CXXDeallocatorCall : public AnyFunctionCall {
1074 CXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef St, in CXXDeallocatorCall() function
1077 CXXDeallocatorCall(const CXXDeallocatorCall &Other) = default;
1080 new (Dest) CXXDeallocatorCall(*this); in cloneTo()
1428 CallEventRef<CXXDeallocatorCall>
1431 return create<CXXDeallocatorCall>(E, State, LCtx); in getCXXDeallocatorCall()
/netbsd-src/external/apache2/llvm/dist/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.cpp2649 if (const auto *DC = dyn_cast<CXXDeallocatorCall>(&Call)) { in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp946 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()