Home
last modified time | relevance | path

Searched refs:Z_NULL (Results 1 – 25 of 5941) sorted by relevance

12345678910>>...238

/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in test_2_callee()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in test_2_callee()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in test_2_callee()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/analyzer/torture/
H A Dconditionals-2.c5 #define Z_NULL 0 macro
12 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
13 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
15 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_1_callee()
16 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_1_callee()
21 if (p == Z_NULL || q == Z_NULL) in test_1()
32 __analyzer_eval (p == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
33 __analyzer_eval (p != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
35 __analyzer_eval (q == Z_NULL); /* { dg-warning "FALSE" } */ in __analyzer_test_2_callee()
36 __analyzer_eval (q != Z_NULL); /* { dg-warning "TRUE" } */ in __analyzer_test_2_callee()
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/archivers/xmill/xmill/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/www/analog/analog-6.0/src/zlib/
H A Dinflate.c57 if (z == Z_NULL || z->state == Z_NULL)
60 z->msg = Z_NULL;
71 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
76 z->state = Z_NULL;
93 if (z == Z_NULL)
95 z->msg = Z_NULL;
126 == Z_NULL)
158 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
286 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
312 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/audio/id3lib/id3lib-3.8.3/zlib/src/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/comms/thebridge/thebridge-1.09/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/security/gnupg1/gnupg-1.4.23/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/zlib/
H A Dinflate.c56 if (z == Z_NULL || z->state == Z_NULL)
59 z->msg = Z_NULL;
70 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
75 z->state = Z_NULL;
92 if (z == Z_NULL)
94 z->msg = Z_NULL;
125 == Z_NULL)
157 if (z == Z_NULL || z->state == Z_NULL || z->next_in == Z_NULL)
285 if (z == Z_NULL || z->state == Z_NULL || z->state->mode != DICT0)
311 if (z == Z_NULL || z->state == Z_NULL)
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libz/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/zlib/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/games/libretro-xrick/xrick-libretro-0aad6c6/deps/libz/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/libz/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/zlib/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/lib/zlib/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/lib/zlib/
H A Dinflate.c121 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateResetKeep()
124 strm->msg = Z_NULL; in inflateResetKeep()
145 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflateReset()
159 if (strm == Z_NULL || strm->state == Z_NULL) in inflateReset2()
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR; in inflatePrime()
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1251 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == Z_NULL) in inflateEnd()
1426 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL || in inflateCopy()
1427 source->zalloc == Z_NULL || source->zfree == Z_NULL) in inflateCopy()
1467 if (strm == Z_NULL || strm->state == Z_NULL) in inflateUndermine()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/libz/
H A Dinflate.c108 strm->msg = Z_NULL; in inflateResetKeep()
117 state->head = Z_NULL; in inflateResetKeep()
199 if (strm == Z_NULL) in inflateInit2_()
207 if (state == Z_NULL) in inflateInit2_()
254 strm->state = Z_NULL; in inflateInit2_()
268 if (strm == Z_NULL || strm->state == Z_NULL) in inflatePrime()
590 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate()
1192 strm->state = Z_NULL; in inflateEnd()
1404 if (copy == Z_NULL) in inflateCopy()
1470 if (window != Z_NULL) in inflateCopy()
[all …]
/dports/astro/marble/marble-21.12.3/src/3rdparty/zlib/
H A Dinflate.c109 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
112 strm->msg = Z_NULL;
134 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
150 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
237 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
628 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
1276 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1301 if (strm == Z_NULL || strm->state == Z_NULL) return Z_STREAM_ERROR;
1448 if (dest == Z_NULL || source == Z_NULL || source->state == Z_NULL ||
1457 window = Z_NULL;
[all …]

12345678910>>...238