We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33b7f8 commit 492f1f4Copy full SHA for 492f1f4
cpp/ql/src/semmle/code/cpp/models/implementations/Allocation.qll
@@ -255,7 +255,6 @@ class OperatorNewAllocationFunction extends AllocationFunction {
255
}
256
257
258
-pragma[inline]
259
private predicate deconstructSizeExpr(Expr sizeExpr, Expr lengthExpr, int sizeof) {
260
sizeExpr instanceof MulExpr and
261
exists(SizeofOperator sizeofOp |
0 commit comments