CodeQL library for C/C++
codeql/cpp-all 0.6.0 ( changelog , source )
Search

Member predicate DeleteExpr :: getDeallocator

Gets the operator delete that deallocates storage. Does not hold if the type being destroyed has a virtual destructor. In that case, the operator delete that will be called is determined at runtime based on the dynamic type of the object.

Function getDeallocator ( )