Searched refs:PTRDIFF_MAX (Results 1 – 12 of 12) sorted by relevance
210 # define PTRDIFF_MAX (9223372036854775807L) macro214 # define PTRDIFF_MAX (2147483647L) macro217 # define PTRDIFF_MAX (2147483647) macro
210 #undef PTRDIFF_MAX211 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro213 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
239 # define PTRDIFF_MAX _I64_MAX macro242 # define PTRDIFF_MAX _I32_MAX macro
74 PTRDIFF_MAX
317 # elif defined PTRDIFF_MAX322 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
431 # elif defined PTRDIFF_MAX436 # define YYPTRDIFF_MAXIMUM PTRDIFF_MAX
2941 +/* Get PTRDIFF_MAX. */3024 +#define IDX_MAX PTRDIFF_MAX7759 - or would generate a value larger than PTRDIFF_MAX.7768 - ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n))7770 -#if PTRDIFF_MAX < SIZE_MAX7783 + && ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) \7788 + MIN (PTRDIFF_MAX, SIZE_MAX - 1).7798 + argument exceeds MAX (PTRDIFF_MAX, SIZE_MAX). */7799 +#if 7 <= __GNUC__ && !defined __clang__ && PTRDIFF_MAX < SIZE_MAX7805 + && PTRDIFF_MAX < SIZE_MAX)[all …]
6141 'PTRDIFF_MAX' on the target.6142 '-Walloc-size-larger-than=''PTRDIFF_MAX' is enabled by default.6209 '-Walloca-larger-than=''PTRDIFF_MAX' is enabled by default but is6571 '-Wlarger-than=''PTRDIFF_MAX' is enabled by default. Warnings6587 '-Wframe-larger-than=''PTRDIFF_MAX' is enabled by default.6620 '-Wstack-usage=''PTRDIFF_MAX' is enabled by default. Warnings7414 '-Wvla-larger-than=''PTRDIFF_MAX' is enabled by default but is31498 Meaningful sizes are positive values less than 'PTRDIFF_MAX'. GCC35362 less than 'PTRDIFF_MAX'. Other sizes are disagnosed when detected.36281 less than 'PTRDIFF_MAX'. Other sizes are disagnosed when detected.