Lines Matching +full:check +full:- +full:patch
1 // SPDX-License-Identifier: GPL-2.0-only
3 /// Check for opencoded swap() implementation.
7 // Options: --no-includes --include-headers
12 virtual patch
17 @rvar depends on !patch@
37 @r depends on !patch@
47 @rpvar depends on patch@
54 - T tmp;
56 - T tmp = 0;
58 - T *tmp = NULL;
61 - tmp = a;
62 - a = b;
63 - b = tmp
68 @rp depends on patch@
73 - tmp = a;
74 - a = b;
75 - b = tmp
79 @depends on patch && (rpvar || rp)@
84 - {
86 - }
89 - {
91 - }
94 - {
96 - }