orplus.cocci (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) | orplus.cocci (f01701cec8cbb94df209e9705b97abd01c151ba1) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/// Check for constants that are added but are used elsewhere as bitmasks 3/// The results should be checked manually to ensure that the nonzero 4/// bits in the two constants are actually disjoint. 5/// 6// Confidence: Moderate 7// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. 8// Copyright: (C) 2013 Gilles Muller, INRIA/LIP6. | 1// SPDX-License-Identifier: GPL-2.0-only 2/// Check for constants that are added but are used elsewhere as bitmasks 3/// The results should be checked manually to ensure that the nonzero 4/// bits in the two constants are actually disjoint. 5/// 6// Confidence: Moderate 7// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6. 8// Copyright: (C) 2013 Gilles Muller, INRIA/LIP6. |
9// URL: http://coccinelle.lip6.fr/ | 9// URL: https://coccinelle.gitlabpages.inria.fr/website |
10// Comments: 11// Options: --no-includes --include-headers 12 13virtual org 14virtual report 15virtual context 16 17@r@ --- 54 unchanged lines hidden --- | 10// Comments: 11// Options: --no-includes --include-headers 12 13virtual org 14virtual report 15virtual context 16 17@r@ --- 54 unchanged lines hidden --- |