Lines Matching full:mips64
323 // RUN: %clang_cc1 -E -ffreestanding -triple=mips64-none-none %s | FileCheck -check-prefix MIPS64 %s
325 // MIPS64:typedef long int int64_t;
326 // MIPS64:typedef long unsigned int uint64_t;
327 // MIPS64:typedef int64_t int_least64_t;
328 // MIPS64:typedef uint64_t uint_least64_t;
329 // MIPS64:typedef int64_t int_fast64_t;
330 // MIPS64:typedef uint64_t uint_fast64_t;
332 // MIPS64:typedef int int32_t;
333 // MIPS64:typedef unsigned int uint32_t;
334 // MIPS64:typedef int32_t int_least32_t;
335 // MIPS64:typedef uint32_t uint_least32_t;
336 // MIPS64:typedef int32_t int_fast32_t;
337 // MIPS64:typedef uint32_t uint_fast32_t;
339 // MIPS64:typedef short int16_t;
340 // MIPS64:typedef unsigned short uint16_t;
341 // MIPS64:typedef int16_t int_least16_t;
342 // MIPS64:typedef uint16_t uint_least16_t;
343 // MIPS64:typedef int16_t int_fast16_t;
344 // MIPS64:typedef uint16_t uint_fast16_t;
346 // MIPS64:typedef signed char int8_t;
347 // MIPS64:typedef unsigned char uint8_t;
348 // MIPS64:typedef int8_t int_least8_t;
349 // MIPS64:typedef uint8_t uint_least8_t;
350 // MIPS64:typedef int8_t int_fast8_t;
351 // MIPS64:typedef uint8_t uint_fast8_t;
353 // MIPS64:typedef int64_t intptr_t;
354 // MIPS64:typedef uint64_t uintptr_t;
356 // MIPS64:typedef long int intmax_t;
357 // MIPS64:typedef long unsigned int uintmax_t;
359 // MIPS64:INT8_MAX_ 127
360 // MIPS64:INT8_MIN_ (-127 -1)
361 // MIPS64:UINT8_MAX_ 255
362 // MIPS64:INT_LEAST8_MIN_ (-127 -1)
363 // MIPS64:INT_LEAST8_MAX_ 127
364 // MIPS64:UINT_LEAST8_MAX_ 255
365 // MIPS64:INT_FAST8_MIN_ (-127 -1)
366 // MIPS64:INT_FAST8_MAX_ 127
367 // MIPS64:UINT_FAST8_MAX_ 255
369 // MIPS64:INT16_MAX_ 32767
370 // MIPS64:INT16_MIN_ (-32767 -1)
371 // MIPS64:UINT16_MAX_ 65535
372 // MIPS64:INT_LEAST16_MIN_ (-32767 -1)
373 // MIPS64:INT_LEAST16_MAX_ 32767
374 // MIPS64:UINT_LEAST16_MAX_ 65535
375 // MIPS64:INT_FAST16_MIN_ (-32767 -1)
376 // MIPS64:INT_FAST16_MAX_ 32767
377 // MIPS64:UINT_FAST16_MAX_ 65535
379 // MIPS64:INT32_MAX_ 2147483647
380 // MIPS64:INT32_MIN_ (-2147483647 -1)
381 // MIPS64:UINT32_MAX_ 4294967295U
382 // MIPS64:INT_LEAST32_MIN_ (-2147483647 -1)
383 // MIPS64:INT_LEAST32_MAX_ 2147483647
384 // MIPS64:UINT_LEAST32_MAX_ 4294967295U
385 // MIPS64:INT_FAST32_MIN_ (-2147483647 -1)
386 // MIPS64:INT_FAST32_MAX_ 2147483647
387 // MIPS64:UINT_FAST32_MAX_ 4294967295U
389 // MIPS64:INT64_MAX_ 9223372036854775807L
390 // MIPS64:INT64_MIN_ (-9223372036854775807L -1)
391 // MIPS64:UINT64_MAX_ 18446744073709551615UL
392 // MIPS64:INT_LEAST64_MIN_ (-9223372036854775807L -1)
393 // MIPS64:INT_LEAST64_MAX_ 9223372036854775807L
394 // MIPS64:UINT_LEAST64_MAX_ 18446744073709551615UL
395 // MIPS64:INT_FAST64_MIN_ (-9223372036854775807L -1)
396 // MIPS64:INT_FAST64_MAX_ 9223372036854775807L
397 // MIPS64:UINT_FAST64_MAX_ 18446744073709551615UL
399 // MIPS64:INTPTR_MIN_ (-9223372036854775807L -1)
400 // MIPS64:INTPTR_MAX_ 9223372036854775807L
401 // MIPS64:UINTPTR_MAX_ 18446744073709551615UL
402 // MIPS64:PTRDIFF_MIN_ (-9223372036854775807L -1)
403 // MIPS64:PTRDIFF_MAX_ 9223372036854775807L
404 // MIPS64:SIZE_MAX_ 18446744073709551615UL
406 // MIPS64:INTMAX_MIN_ (-9223372036854775807L -1)
407 // MIPS64:INTMAX_MAX_ 9223372036854775807L
408 // MIPS64:UINTMAX_MAX_ 18446744073709551615UL
410 // MIPS64:SIG_ATOMIC_MIN_ (-2147483647 -1)
411 // MIPS64:SIG_ATOMIC_MAX_ 2147483647
412 // MIPS64:WINT_MIN_ (-2147483647 -1)
413 // MIPS64:WINT_MAX_ 2147483647
415 // MIPS64:WCHAR_MAX_ 2147483647
416 // MIPS64:WCHAR_MIN_ (-2147483647 -1)
418 // MIPS64:INT8_C_(0) 0
419 // MIPS64:UINT8_C_(0) 0U
420 // MIPS64:INT16_C_(0) 0
421 // MIPS64:UINT16_C_(0) 0U
422 // MIPS64:INT32_C_(0) 0
423 // MIPS64:UINT32_C_(0) 0U
424 // MIPS64:INT64_C_(0) 0L
425 // MIPS64:UINT64_C_(0) 0UL
427 // MIPS64:INTMAX_C_(0) 0L
428 // MIPS64:UINTMAX_C_(0) 0UL