DONTCARE          260 maint/gnulib/tests/test-intprops.c   CHECK_SUM (-1, UINT_MAX, unsigned int, false, DONTCARE);
DONTCARE          262 maint/gnulib/tests/test-intprops.c               INT_MIN == LONG_MIN ? INT_MAX : DONTCARE);
DONTCARE          264 maint/gnulib/tests/test-intprops.c   CHECK_SUM (0u, 0, unsigned int, false, DONTCARE);
DONTCARE          265 maint/gnulib/tests/test-intprops.c   CHECK_SUM (0u, 1, unsigned int, false, DONTCARE);
DONTCARE          269 maint/gnulib/tests/test-intprops.c               INT_MAX == LONG_MAX ? INT_MIN : DONTCARE);
DONTCARE          272 maint/gnulib/tests/test-intprops.c   CHECK_SUM_WRAPV (-1, 1u, int, false, DONTCARE, 0);
DONTCARE          273 maint/gnulib/tests/test-intprops.c   CHECK_SUM_WRAPV (-1, 1ul, int, false, DONTCARE, 0);
DONTCARE          274 maint/gnulib/tests/test-intprops.c   CHECK_SUM_WRAPV (-1l, 1u, int, false, DONTCARE, 0);
DONTCARE          275 maint/gnulib/tests/test-intprops.c   CHECK_SUM_WRAPV (-100, 1000u, int, false, DONTCARE, 900);
DONTCARE          276 maint/gnulib/tests/test-intprops.c   CHECK_SUM_WRAPV (INT_MIN, UINT_MAX, int, false, DONTCARE, INT_MAX);
DONTCARE          277 maint/gnulib/tests/test-intprops.c   CHECK_SUM_WRAPV (1u, INT_MAX, int, true, INT_MIN, DONTCARE);
DONTCARE          315 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (-1, 1u, int, false, DONTCARE);
DONTCARE          316 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (-1, 1ul, int, false, DONTCARE);
DONTCARE          317 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (-1l, 1u, int, false, DONTCARE);
DONTCARE          318 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (0u, INT_MAX, int, false, DONTCARE);
DONTCARE          350 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (-12345, LONG_MAX / -12345, long int, false, DONTCARE);
DONTCARE          351 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0, -1, int, false, DONTCARE);
DONTCARE          352 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0, 0, int, false, DONTCARE);
DONTCARE          353 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0, 0u, unsigned int, false, DONTCARE);
DONTCARE          354 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0, 1, int, false, DONTCARE);
DONTCARE          355 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0, INT_MAX, int, false, DONTCARE);
DONTCARE          356 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0, INT_MIN, int, false, DONTCARE);
DONTCARE          357 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0, UINT_MAX, unsigned int, false, DONTCARE);
DONTCARE          358 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, -1, unsigned int, false, DONTCARE);
DONTCARE          359 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, 0, unsigned int, false, DONTCARE);
DONTCARE          360 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, 0u, unsigned int, false, DONTCARE);
DONTCARE          361 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, 1, unsigned int, false, DONTCARE);
DONTCARE          362 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, INT_MAX, unsigned int, false, DONTCARE);
DONTCARE          363 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, INT_MIN, unsigned int, false, DONTCARE);
DONTCARE          364 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (0u, UINT_MAX, unsigned int, false, DONTCARE);
DONTCARE          365 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (1, INT_MAX, int, false, DONTCARE);
DONTCARE          366 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (1, INT_MIN, int, false, DONTCARE);
DONTCARE          367 maint/gnulib/tests/test-intprops.c   CHECK_PRODUCT (1, UINT_MAX, unsigned int, false, DONTCARE);
DONTCARE          375 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (INT_MIN, LONG_MAX / INT_MIN, long int, false, DONTCARE);
DONTCARE          380 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT_WRAPV (-1, INT_MAX + 1u, int, false, DONTCARE);
DONTCARE          381 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT_WRAPV (-1, 1u, int, false, DONTCARE);
DONTCARE          382 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0, ULONG_MAX, int, false, DONTCARE);
DONTCARE          383 maint/gnulib/tests/test-intprops.c   CHECK_SPRODUCT (0u, LONG_MIN, int, false, DONTCARE);