noderef.cocci (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | noderef.cocci (f01701cec8cbb94df209e9705b97abd01c151ba1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/// sizeof when applied to a pointer typed expression gives the size of 3/// the pointer 4/// 5// Confidence: High 6// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. 7// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. | 1// SPDX-License-Identifier: GPL-2.0-only 2/// sizeof when applied to a pointer typed expression gives the size of 3/// the pointer 4/// 5// Confidence: High 6// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6. 7// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6. |
8// URL: http://coccinelle.lip6.fr/ | 8// URL: https://coccinelle.gitlabpages.inria.fr/website |
9// Comments: 10// Options: --no-includes --include-headers 11 12virtual org 13virtual report 14virtual context 15virtual patch 16 --- 66 unchanged lines hidden --- | 9// Comments: 10// Options: --no-includes --include-headers 11 12virtual org 13virtual report 14virtual context 15virtual patch 16 --- 66 unchanged lines hidden --- |