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

Member predicate DeleteArrayExpr :: getAllocatorCall

Gets the call to a non-default operator delete that deallocates storage, if any.

This will only be present when the type being deleted has a custom operator delete.

FunctionCall getAllocatorCall ( )