Searched refs:PTRDIFF_MAX (Results 1 – 12 of 12) sorted by relevance
131 #ifndef PTRDIFF_MAX132 #error PTRDIFF_MAX defined!
129 #ifndef PTRDIFF_MAX130 #error PTRDIFF_MAX defined!
131 #ifdef PTRDIFF_MAX132 #error PTRDIFF_MAX defined!
132 #ifdef PTRDIFF_MAX133 #error PTRDIFF_MAX is defined!
131 #ifndef PTRDIFF_MAX132 #error PTRDIFF_MAX is not defined!
438 #undef PTRDIFF_MAX442 # define PTRDIFF_MAX _STDINT_MAX (1, 64, 0l) macro445 # define PTRDIFF_MAX _STDINT_MAX (1, 32, 0) macro450 # define PTRDIFF_MAX \ macro
74 PTRDIFF_MAX
228 assert(PTRDIFF_MAX == std::numeric_limits<ptrdiff_t>::max()); in main()
187 #ifndef PTRDIFF_MAX188 #error PTRDIFF_MAX not defined
228 assert(PTRDIFF_MAX == std::numeric_limits<std::ptrdiff_t>::max()); in main()
154 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
20159 && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)