• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2024-2025 Huawei Device Co., Ltd.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  * http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 
16 // Autogenerated file by gen_null_arg_tests.rb script -- DO NOT EDIT!
17 
18 #include "libabckit/include/c/abckit.h"
19 #include "libabckit/include/c/metadata_core.h"
20 #include "libabckit/include/c/extensions/arkts/metadata_arkts.h"
21 #include "libabckit/include/c/extensions/js/metadata_js.h"
22 #include "libabckit/include/c/ir_core.h"
23 #include "libabckit/include/c/isa/isa_dynamic.h"
24 #include "libabckit/include/c/isa/isa_static.h"
25 
26 #include "helpers/helpers.h"
27 #include "helpers/helpers_nullptr.h"
28 
29 #include <gtest/gtest.h>
30 
31 namespace libabckit::test {
32 
33 static auto g_isaApiStaticImp = AbckitGetIsaApiStaticImpl(ABCKIT_VERSION_RELEASE_1_0_0);
34 
35 class LibAbcKitNullptrTestsIsaApiStaticImpl0 : public ::testing::Test {};
36 
37 // Test: test-kind=api, api=IsaApiStaticImpl::gCreateNullPtr,
38 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,gCreateNullPtr)39 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, gCreateNullPtr)
40 {
41     helpers_nullptr::TestNullptr(g_isaApiStaticImp->gCreateNullPtr);
42 }
43 
44 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateAShr,
45 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateAShr)46 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateAShr)
47 {
48     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateAShr);
49 }
50 
51 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateAShrI,
52 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateAShrI)53 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateAShrI)
54 {
55     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateAShrI);
56 }
57 
58 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateAdd,
59 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateAdd)60 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateAdd)
61 {
62     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateAdd);
63 }
64 
65 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateAddI,
66 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateAddI)67 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateAddI)
68 {
69     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateAddI);
70 }
71 
72 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateAnd,
73 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateAnd)74 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateAnd)
75 {
76     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateAnd);
77 }
78 
79 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateAndI,
80 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateAndI)81 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateAndI)
82 {
83     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateAndI);
84 }
85 
86 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateCallStatic,
87 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateCallStatic)88 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateCallStatic)
89 {
90     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateCallStatic);
91 }
92 
93 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateCallVirtual,
94 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateCallVirtual)95 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateCallVirtual)
96 {
97     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateCallVirtual);
98 }
99 
100 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateCast,
101 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateCast)102 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateCast)
103 {
104     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateCast);
105 }
106 
107 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateCheckCast,
108 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateCheckCast)109 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateCheckCast)
110 {
111     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateCheckCast);
112 }
113 
114 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateCmp,
115 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateCmp)116 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateCmp)
117 {
118     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateCmp);
119 }
120 
121 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateDiv,
122 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateDiv)123 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateDiv)
124 {
125     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateDiv);
126 }
127 
128 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateDivI,
129 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateDivI)130 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateDivI)
131 {
132     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateDivI);
133 }
134 
135 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateEquals,
136 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateEquals)137 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateEquals)
138 {
139     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateEquals);
140 }
141 
142 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateStrictEquals,
143 // abc-kind=NoABC, category=negative-nullptr
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateStrictEquals)144 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateStrictEquals)
145 {
146     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateStrictEquals);
147 }
148 
149 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateIf,
150 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateIf)151 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateIf)
152 {
153     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateIf);
154 }
155 
156 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateInitObject,
157 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateInitObject)158 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateInitObject)
159 {
160     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateInitObject);
161 }
162 
163 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateIsInstance,
164 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateIsInstance)165 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateIsInstance)
166 {
167     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateIsInstance);
168 }
169 
170 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateIsUndefined,
171 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateIsUndefined)172 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateIsUndefined)
173 {
174     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateIsUndefined);
175 }
176 
177 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateLenArray,
178 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateLenArray)179 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateLenArray)
180 {
181     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateLenArray);
182 }
183 
184 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateLoadArray,
185 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateLoadArray)186 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateLoadArray)
187 {
188     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateLoadArray);
189 }
190 
191 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateLoadConstArray,
192 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateLoadConstArray)193 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateLoadConstArray)
194 {
195     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateLoadConstArray);
196 }
197 
198 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateLoadString,
199 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateLoadString)200 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateLoadString)
201 {
202     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateLoadString);
203 }
204 
205 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateLoadNullValue,
206 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateLoadNullValue)207 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateLoadNullValue)
208 {
209     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateLoadNullValue);
210 }
211 
212 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateMod,
213 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateMod)214 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateMod)
215 {
216     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateMod);
217 }
218 
219 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateModI,
220 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateModI)221 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateModI)
222 {
223     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateModI);
224 }
225 
226 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateMul,
227 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateMul)228 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateMul)
229 {
230     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateMul);
231 }
232 
233 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateMulI,
234 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateMulI)235 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateMulI)
236 {
237     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateMulI);
238 }
239 
240 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateNeg,
241 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateNeg)242 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateNeg)
243 {
244     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateNeg);
245 }
246 
247 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateNewArray,
248 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateNewArray)249 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateNewArray)
250 {
251     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateNewArray);
252 }
253 
254 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateNewObject,
255 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateNewObject)256 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateNewObject)
257 {
258     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateNewObject);
259 }
260 
261 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateNot,
262 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateNot)263 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateNot)
264 {
265     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateNot);
266 }
267 
268 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateOr,
269 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateOr)270 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateOr)
271 {
272     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateOr);
273 }
274 
275 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateOrI,
276 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateOrI)277 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateOrI)
278 {
279     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateOrI);
280 }
281 
282 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateReturn,
283 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateReturn)284 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateReturn)
285 {
286     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateReturn);
287 }
288 
289 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateReturnVoid,
290 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateReturnVoid)291 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateReturnVoid)
292 {
293     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateReturnVoid);
294 }
295 
296 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateShl,
297 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateShl)298 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateShl)
299 {
300     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateShl);
301 }
302 
303 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateShlI,
304 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateShlI)305 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateShlI)
306 {
307     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateShlI);
308 }
309 
310 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateShr,
311 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateShr)312 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateShr)
313 {
314     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateShr);
315 }
316 
317 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateShrI,
318 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateShrI)319 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateShrI)
320 {
321     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateShrI);
322 }
323 
324 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateStoreArray,
325 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateStoreArray)326 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateStoreArray)
327 {
328     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateStoreArray);
329 }
330 
331 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateStoreArrayWide,
332 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateStoreArrayWide)333 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateStoreArrayWide)
334 {
335     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateStoreArrayWide);
336 }
337 
338 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateSub,
339 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateSub)340 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateSub)
341 {
342     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateSub);
343 }
344 
345 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateSubI,
346 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateSubI)347 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateSubI)
348 {
349     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateSubI);
350 }
351 
352 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateThrow,
353 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateThrow)354 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateThrow)
355 {
356     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateThrow);
357 }
358 
359 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateXor,
360 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateXor)361 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateXor)
362 {
363     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateXor);
364 }
365 
366 // Test: test-kind=api, api=IsaApiStaticImpl::iCreateXorI,
367 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iCreateXorI)368 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iCreateXorI)
369 {
370     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iCreateXorI);
371 }
372 
373 // Test: test-kind=api, api=IsaApiStaticImpl::iGetClass,
374 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iGetClass)375 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iGetClass)
376 {
377     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iGetClass);
378 }
379 
380 // Test: test-kind=api, api=IsaApiStaticImpl::iGetConditionCode,
381 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iGetConditionCode)382 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iGetConditionCode)
383 {
384     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iGetConditionCode);
385 }
386 
387 // Test: test-kind=api, api=IsaApiStaticImpl::iGetOpcode,
388 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iGetOpcode)389 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iGetOpcode)
390 {
391     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iGetOpcode);
392 }
393 
394 // Test: test-kind=api, api=IsaApiStaticImpl::iGetTargetType,
395 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iGetTargetType)396 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iGetTargetType)
397 {
398     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iGetTargetType);
399 }
400 
401 // Test: test-kind=api, api=IsaApiStaticImpl::iSetClass,
402 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iSetClass)403 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iSetClass)
404 {
405     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iSetClass);
406 }
407 
408 // Test: test-kind=api, api=IsaApiStaticImpl::iSetConditionCode,
409 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iSetConditionCode)410 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iSetConditionCode)
411 {
412     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iSetConditionCode);
413 }
414 
415 // Test: test-kind=api, api=IsaApiStaticImpl::iSetTargetType,
416 // abc-kind=NoABC, category=negative-nullptr, extension=c
TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0,iSetTargetType)417 TEST_F(LibAbcKitNullptrTestsIsaApiStaticImpl0, iSetTargetType)
418 {
419     helpers_nullptr::TestNullptr(g_isaApiStaticImp->iSetTargetType);
420 }
421 
422 }  // namespace libabckit::test
423