Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / nlfaultinjection / repo / third_party / cstyle / repo / tests / missing-space-after-operator.cmp
1 missing-space-after-operator.cpp:7:22: warning: missing space after 'operator' keyword
2 extern void *operatornew(size_t);
3 ---------------------^
4 missing-space-after-operator.cpp:8:21: warning: missing space after 'operator' keyword
5 extern void operatordelete(void *);
6 --------------------^
7 missing-space-after-operator.cpp:10:20: warning: missing space after 'operator' keyword
8 extern int operator+(test_5 a, test_5 b);
9 -------------------^
10 missing-space-after-operator.cpp:11:20: warning: missing space after 'operator' keyword
11 extern int operator-(test_5 a, test_5 b);
12 -------------------^
13 missing-space-after-operator.cpp:12:20: warning: missing space after 'operator' keyword
14 extern int operator*(test_5 a, test_5 b);
15 -------------------^
16 missing-space-after-operator.cpp:13:20: warning: missing space after 'operator' keyword
17 extern int operator/(test_5 a, test_5 b);
18 -------------------^
19 missing-space-after-operator.cpp:14:20: warning: missing space after 'operator' keyword
20 extern int operator%(test_5 a, test_5 b);
21 -------------------^
22 missing-space-after-operator.cpp:15:20: warning: missing space after 'operator' keyword
23 extern int operator^(test_5 a, test_5 b);
24 -------------------^
25 missing-space-after-operator.cpp:16:20: warning: missing space after 'operator' keyword
26 extern int operator&(test_5 a, test_5 b);
27 -------------------^
28 missing-space-after-operator.cpp:17:20: warning: missing space after 'operator' keyword
29 extern int operator|(test_5 a, test_5 b);
30 -------------------^
31 missing-space-after-operator.cpp:19:20: warning: missing space after 'operator' keyword
32 extern int operator&&(test_5 a, test_5 b);
33 -------------------^
34 missing-space-after-operator.cpp:20:20: warning: missing space after 'operator' keyword
35 extern int operator||(test_5 a, test_5 b);
36 -------------------^
37 missing-space-after-operator.cpp:22:20: warning: missing space after 'operator' keyword
38 extern int operator~(test_5 a);
39 -------------------^
40 missing-space-after-operator.cpp:23:20: warning: missing space after 'operator' keyword
41 extern int operator!(test_5 a);
42 -------------------^
43 missing-space-after-operator.cpp:25:20: warning: missing space after 'operator' keyword
44 extern int operator<(test_5 a, test_5 b);
45 -------------------^
46 missing-space-after-operator.cpp:26:20: warning: missing space after 'operator' keyword
47 extern int operator>(test_5 a, test_5 b);
48 -------------------^
49 missing-space-after-operator.cpp:27:20: warning: missing space after 'operator' keyword
50 extern int operator==(test_5 a, test_5 b);
51 -------------------^
52 missing-space-after-operator.cpp:28:20: warning: missing space after 'operator' keyword
53 extern int operator!=(test_5 a, test_5 b);
54 -------------------^
55 missing-space-after-operator.cpp:29:20: warning: missing space after 'operator' keyword
56 extern int operator<=(test_5 a, test_5 b);
57 -------------------^
58 missing-space-after-operator.cpp:30:20: warning: missing space after 'operator' keyword
59 extern int operator>=(test_5 a, test_5 b);
60 -------------------^
61 missing-space-after-operator.cpp:32:20: warning: missing space after 'operator' keyword
62 extern int operator+=(test_5 a, test_5 b);
63 -------------------^
64 missing-space-after-operator.cpp:33:20: warning: missing space after 'operator' keyword
65 extern int operator-=(test_5 a, test_5 b);
66 -------------------^
67 missing-space-after-operator.cpp:34:20: warning: missing space after 'operator' keyword
68 extern int operator*=(test_5 a, test_5 b);
69 -------------------^
70 missing-space-after-operator.cpp:35:20: warning: missing space after 'operator' keyword
71 extern int operator/=(test_5 a, test_5 b);
72 -------------------^
73 missing-space-after-operator.cpp:36:20: warning: missing space after 'operator' keyword
74 extern int operator%=(test_5 a, test_5 b);
75 -------------------^
76 missing-space-after-operator.cpp:37:20: warning: missing space after 'operator' keyword
77 extern int operator^=(test_5 a, test_5 b);
78 -------------------^
79 missing-space-after-operator.cpp:38:20: warning: missing space after 'operator' keyword
80 extern int operator&=(test_5 a, test_5 b);
81 -------------------^
82 missing-space-after-operator.cpp:39:20: warning: missing space after 'operator' keyword
83 extern int operator|=(test_5 a, test_5 b);
84 -------------------^
85 missing-space-after-operator.cpp:40:20: warning: missing space after 'operator' keyword
86 extern int operator<<(test_5 a, test_5 b);
87 -------------------^
88 missing-space-after-operator.cpp:41:20: warning: missing space after 'operator' keyword
89 extern int operator>>(test_5 a, test_5 b);
90 -------------------^
91 missing-space-after-operator.cpp:42:20: warning: missing space after 'operator' keyword
92 extern int operator>>=(test_5 a, test_5 b);
93 -------------------^
94 missing-space-after-operator.cpp:43:20: warning: missing space after 'operator' keyword
95 extern int operator<<=(test_5 a, test_5 b);
96 -------------------^
97 missing-space-after-operator.cpp:45:20: warning: missing space after 'operator' keyword
98 extern int operator++(test_5 a);
99 -------------------^
100 missing-space-after-operator.cpp:46:20: warning: missing space after 'operator' keyword
101 extern int operator--(test_5 a);
102 -------------------^
103 missing-space-after-operator.cpp:48:20: warning: missing space after 'operator' keyword
104 extern int operator,(test_5 a, test_5 b);
105 -------------------^
106 missing-space-after-operator.cpp:49:20: warning: missing space after 'operator' keyword
107 extern int operator->*(test_5 a, test_5 b);
108 -------------------^
109 missing-space-after-operator.cpp:53:17: warning: missing space after 'operator' keyword
110     int operator=(test_5 a);
111 ----------------^
112 missing-space-after-operator.cpp:54:21: warning: missing space after 'operator' keyword
113     test_5 &operator->(void);
114 --------------------^
115 missing-space-after-operator.cpp:55:17: warning: missing space after 'operator' keyword
116     int operator()(int a);
117 ----------------^
118 missing-space-after-operator.cpp:56:17: warning: missing space after 'operator' keyword
119     int operator[](size_t a);
120 ----------------^