CHECK_SDIFFERENCE_WRAPV  297 maint/gnulib/tests/test-intprops.c     CHECK_SDIFFERENCE_WRAPV (a, b, t, v, vres)
CHECK_SDIFFERENCE_WRAPV  315 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (-1, 1u, int, false, DONTCARE);
CHECK_SDIFFERENCE_WRAPV  316 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (-1, 1ul, int, false, DONTCARE);
CHECK_SDIFFERENCE_WRAPV  317 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (-1l, 1u, int, false, DONTCARE);
CHECK_SDIFFERENCE_WRAPV  318 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (0u, INT_MAX, int, false, DONTCARE);
CHECK_SDIFFERENCE_WRAPV  319 maint/gnulib/tests/test-intprops.c   CHECK_SDIFFERENCE_WRAPV (1u, INT_MIN, int, true, 1u - INT_MIN);