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

Member predicate NewOrNewArrayExpr :: getPlacementPointer

Gets the pointer p if this expression is of the form new(p) T.... Invocations of this form are non-allocating new expressions that may call the constructor of T but will not allocate memory.

Expr getPlacementPointer ( )