Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h1348 getCXXDeallocatorCall(const CXXDeleteExpr *E, ProgramStateRef State, in getCXXDeallocatorCall() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1457 return getCXXDeallocatorCall(DE, State, LC); in getCall()
DExprEngineCXX.cpp1126 CallEventRef<CXXDeallocatorCall> Call = CEMgr.getCXXDeallocatorCall( in VisitCXXDeleteExpr()