verify_stmt 52 maint/gnulib/tests/test-intprops.c # define VERIFY(x) verify_stmt (x) verify_stmt 124 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_MINIMUM (long long int) == LLONG_MIN); verify_stmt 125 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_MAXIMUM (long long int) == LLONG_MAX); verify_stmt 126 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_MINIMUM (unsigned long long int) == 0); verify_stmt 127 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_MAXIMUM (unsigned long long int) == ULLONG_MAX); verify_stmt 136 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (char) == CHAR_WIDTH); verify_stmt 137 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (signed char) == SCHAR_WIDTH); verify_stmt 138 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (unsigned char) == UCHAR_WIDTH); verify_stmt 139 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (short int) == SHRT_WIDTH); verify_stmt 140 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (unsigned short int) == USHRT_WIDTH); verify_stmt 141 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (int) == INT_WIDTH); verify_stmt 142 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (unsigned int) == UINT_WIDTH); verify_stmt 143 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (long int) == LONG_WIDTH); verify_stmt 144 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (unsigned long int) == ULONG_WIDTH); verify_stmt 146 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (long long int) == LLONG_WIDTH); verify_stmt 147 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_WIDTH (unsigned long long int) == ULLONG_WIDTH);