• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
2    WriteParam(pickle, p.size); // ERROR
3                         ^
4ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
5    WriteParam(pickle, static_cast<long>(container.value)); // ERROR
6                       ^
7ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
8    IPC::WriteParam(pickle, size_t(0)); // ERROR
9                            ^
10ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'.
11    IPC::WriteParam(pickle, time_t(0)); // ERROR
12                            ^
13ipc.cpp:156:27: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
14  IPC::WriteParam(pickle, long(0)); // ERROR
15                          ^
16ipc.cpp:162:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'.
17    IPC::WriteParam(pickle, clock_t(0)); // ERROR
18                            ^
19ipc.cpp:194:1: error: [chromium-ipc] IPC tuple references banned type 'size_t'.
20IPC_TEST_MESSAGE(__COUNTER__, (bool, size_t, Empty, long)) // 2 ERRORs
21^
22ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
23  IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
24  ^
25ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
26    using InTuple = in_tuple; \
27    ^
28ipc.cpp:194:1: error: [chromium-ipc] IPC tuple references banned type 'long'.
29ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
30  IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
31  ^
32ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
33    using InTuple = in_tuple; \
34    ^
35ipc.cpp:198:1: error: [chromium-ipc] IPC tuple references banned type 'long' via 'long2D'.
36IPC_TEST_MESSAGE(__COUNTER__, (bool, long2D)) // ERROR
37^
38ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
39  IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
40  ^
41ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
42    using InTuple = in_tuple; \
43    ^
44ipc.cpp:197:29: note: see here
45typedef std::vector<long1D> long2D;
46                            ^
47ipc.cpp:196:27: note: see here
48typedef std::vector<long> long1D;
49                          ^
50ipc.cpp:200:1: error: [chromium-ipc] IPC tuple references banned type 'size_t' via 'std::pair<size_t, _Bool>'.
51IPC_TEST_MESSAGE(__COUNTER__, (char, short, std::pair<size_t, bool>)) // ERROR
52^
53ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
54  IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
55  ^
56ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
57    using InTuple = in_tuple; \
58    ^
59ipc.cpp:202:1: error: [chromium-ipc] IPC tuple references banned type 'long' via 'std::vector<std::vector<long &> &>'.
60IPC_TEST_MESSAGE(__COUNTER__, (std::vector<std::vector<long&>&>&)) // ERROR
61^
62ipc.cpp:190:3: note: expanded from macro 'IPC_TEST_MESSAGE'
63  IPC_MESSAGE_DECL(TestMessage, id, IPC_TUPLE in)
64  ^
65ipc.cpp:186:5: note: expanded from macro 'IPC_MESSAGE_DECL'
66    using InTuple = in_tuple; \
67    ^
68ipc.cpp:216:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
69  CALL_WRITEPARAM(long) // ERROR
70  ^
71ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
72      IPC::WriteParam(nullptr, p); \
73                               ^
74ipc.cpp:217:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long'.
75  CALL_WRITEPARAM(unsigned long) // ERROR
76  ^
77ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
78      IPC::WriteParam(nullptr, p); \
79                               ^
80ipc.cpp:218:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intmax_t'.
81  CALL_WRITEPARAM(intmax_t) // ERROR
82  ^
83ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
84      IPC::WriteParam(nullptr, p); \
85                               ^
86ipc.cpp:219:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintmax_t'.
87  CALL_WRITEPARAM(uintmax_t) // ERROR
88  ^
89ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
90      IPC::WriteParam(nullptr, p); \
91                               ^
92ipc.cpp:220:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'intptr_t'.
93  CALL_WRITEPARAM(intptr_t) // ERROR
94  ^
95ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
96      IPC::WriteParam(nullptr, p); \
97                               ^
98ipc.cpp:221:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'uintptr_t'.
99  CALL_WRITEPARAM(uintptr_t) // ERROR
100  ^
101ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
102      IPC::WriteParam(nullptr, p); \
103                               ^
104ipc.cpp:222:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'wint_t'.
105  CALL_WRITEPARAM(wint_t) // ERROR
106  ^
107ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
108      IPC::WriteParam(nullptr, p); \
109                               ^
110ipc.cpp:223:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
111  CALL_WRITEPARAM(size_t) // ERROR
112  ^
113ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
114      IPC::WriteParam(nullptr, p); \
115                               ^
116ipc.cpp:224:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'rsize_t'.
117  CALL_WRITEPARAM(rsize_t) // ERROR
118  ^
119ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
120      IPC::WriteParam(nullptr, p); \
121                               ^
122ipc.cpp:225:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'ssize_t'.
123  CALL_WRITEPARAM(ssize_t) // ERROR
124  ^
125ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
126      IPC::WriteParam(nullptr, p); \
127                               ^
128ipc.cpp:226:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'ptrdiff_t'.
129  CALL_WRITEPARAM(ptrdiff_t) // ERROR
130  ^
131ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
132      IPC::WriteParam(nullptr, p); \
133                               ^
134ipc.cpp:227:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'dev_t'.
135  CALL_WRITEPARAM(dev_t) // ERROR
136  ^
137ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
138      IPC::WriteParam(nullptr, p); \
139                               ^
140ipc.cpp:228:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'off_t'.
141  CALL_WRITEPARAM(off_t) // ERROR
142  ^
143ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
144      IPC::WriteParam(nullptr, p); \
145                               ^
146ipc.cpp:229:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'.
147  CALL_WRITEPARAM(clock_t) // ERROR
148  ^
149ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
150      IPC::WriteParam(nullptr, p); \
151                               ^
152ipc.cpp:230:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'time_t'.
153  CALL_WRITEPARAM(time_t) // ERROR
154  ^
155ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
156      IPC::WriteParam(nullptr, p); \
157                               ^
158ipc.cpp:231:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'suseconds_t'.
159  CALL_WRITEPARAM(suseconds_t) // ERROR
160  ^
161ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
162      IPC::WriteParam(nullptr, p); \
163                               ^
164ipc.cpp:235:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'my_size'.
165  CALL_WRITEPARAM(my_size) // ERROR
166  ^
167ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
168      IPC::WriteParam(nullptr, p); \
169                               ^
170ipc.cpp:234:18: note: see here
171  typedef size_t my_size;
172                 ^
173ipc.cpp:240:32: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long'.
174    IPC::WriteParam(nullptr, p + 1); // ERROR
175                               ^
176ipc.cpp:249:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'my_size'.
177    IPC::WriteParam(nullptr, p); // ERROR
178                             ^
179ipc.cpp:246:32: note: see here
180    typedef const my_size_base my_size;
181                               ^
182ipc.cpp:245:20: note: see here
183    typedef size_t my_size_base;
184                   ^
185ipc.cpp:253:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long' via 'std::vector<long>'.
186  CALL_WRITEPARAM(std::vector<long>) // ERROR
187  ^
188ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
189      IPC::WriteParam(nullptr, p); \
190                               ^
191ipc.cpp:254:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'std::vector<size_t>'.
192  CALL_WRITEPARAM(std::vector<size_t>) // ERROR
193  ^
194ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM'
195      IPC::WriteParam(nullptr, p); \
196                               ^
197ipc.cpp:324:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
198  IPC::WriteParam(nullptr, p.get<long>()); // ERROR
199                             ^
200ipc.cpp:325:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
201  IPC::WriteParam(nullptr, p.get_long()); // ERROR
202                             ^
203ipc.cpp:326:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'long'.
204  IPC::WriteParam(nullptr, p.long_data); // ERROR
205                             ^
206ipc.cpp:331:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
207  IPC::WriteParam(nullptr, p.get_size()); // ERROR
208                             ^
209ipc.cpp:332:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t'.
210  IPC::WriteParam(nullptr, p.size_data); // ERROR
211                             ^
212ipc.cpp:336:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long'.
213  IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR
214                             ^
215ipc.cpp:341:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'unsigned long' via 'struct std::vector<unsigned long, struct std::allocator<unsigned long> >'.
216  IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR
217                             ^
218ipc.cpp:348:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'std::vector<size_t>'.
219  IPC::WriteParam(nullptr, p.get_sizes()); // ERROR
220                             ^
221ipc.cpp:349:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'size_t' via 'std::vector<size_t>'.
222  IPC::WriteParam(nullptr, p.sizes_data); // ERROR
223                             ^
22441 errors generated.
225