Lines Matching full:ppc
744 // RUN: %clang_cc1 -E -ffreestanding -triple=powerpc-none-none %s | FileCheck -check-prefix PPC %s
747 // PPC:typedef long long int int64_t;
748 // PPC:typedef long long unsigned int uint64_t;
749 // PPC:typedef int64_t int_least64_t;
750 // PPC:typedef uint64_t uint_least64_t;
751 // PPC:typedef int64_t int_fast64_t;
752 // PPC:typedef uint64_t uint_fast64_t;
754 // PPC:typedef int int32_t;
755 // PPC:typedef unsigned int uint32_t;
756 // PPC:typedef int32_t int_least32_t;
757 // PPC:typedef uint32_t uint_least32_t;
758 // PPC:typedef int32_t int_fast32_t;
759 // PPC:typedef uint32_t uint_fast32_t;
761 // PPC:typedef short int16_t;
762 // PPC:typedef unsigned short uint16_t;
763 // PPC:typedef int16_t int_least16_t;
764 // PPC:typedef uint16_t uint_least16_t;
765 // PPC:typedef int16_t int_fast16_t;
766 // PPC:typedef uint16_t uint_fast16_t;
768 // PPC:typedef signed char int8_t;
769 // PPC:typedef unsigned char uint8_t;
770 // PPC:typedef int8_t int_least8_t;
771 // PPC:typedef uint8_t uint_least8_t;
772 // PPC:typedef int8_t int_fast8_t;
773 // PPC:typedef uint8_t uint_fast8_t;
775 // PPC:typedef int32_t intptr_t;
776 // PPC:typedef uint32_t uintptr_t;
778 // PPC:typedef long long int intmax_t;
779 // PPC:typedef long long unsigned int uintmax_t;
781 // PPC:INT8_MAX_ 127
782 // PPC:INT8_MIN_ (-127 -1)
783 // PPC:UINT8_MAX_ 255
784 // PPC:INT_LEAST8_MIN_ (-127 -1)
785 // PPC:INT_LEAST8_MAX_ 127
786 // PPC:UINT_LEAST8_MAX_ 255
787 // PPC:INT_FAST8_MIN_ (-127 -1)
788 // PPC:INT_FAST8_MAX_ 127
789 // PPC:UINT_FAST8_MAX_ 255
791 // PPC:INT16_MAX_ 32767
792 // PPC:INT16_MIN_ (-32767 -1)
793 // PPC:UINT16_MAX_ 65535
794 // PPC:INT_LEAST16_MIN_ (-32767 -1)
795 // PPC:INT_LEAST16_MAX_ 32767
796 // PPC:UINT_LEAST16_MAX_ 65535
797 // PPC:INT_FAST16_MIN_ (-32767 -1)
798 // PPC:INT_FAST16_MAX_ 32767
799 // PPC:UINT_FAST16_MAX_ 65535
801 // PPC:INT32_MAX_ 2147483647
802 // PPC:INT32_MIN_ (-2147483647 -1)
803 // PPC:UINT32_MAX_ 4294967295U
804 // PPC:INT_LEAST32_MIN_ (-2147483647 -1)
805 // PPC:INT_LEAST32_MAX_ 2147483647
806 // PPC:UINT_LEAST32_MAX_ 4294967295U
807 // PPC:INT_FAST32_MIN_ (-2147483647 -1)
808 // PPC:INT_FAST32_MAX_ 2147483647
809 // PPC:UINT_FAST32_MAX_ 4294967295U
811 // PPC:INT64_MAX_ 9223372036854775807LL
812 // PPC:INT64_MIN_ (-9223372036854775807LL -1)
813 // PPC:UINT64_MAX_ 18446744073709551615ULL
814 // PPC:INT_LEAST64_MIN_ (-9223372036854775807LL -1)
815 // PPC:INT_LEAST64_MAX_ 9223372036854775807LL
816 // PPC:UINT_LEAST64_MAX_ 18446744073709551615ULL
817 // PPC:INT_FAST64_MIN_ (-9223372036854775807LL -1)
818 // PPC:INT_FAST64_MAX_ 9223372036854775807LL
819 // PPC:UINT_FAST64_MAX_ 18446744073709551615ULL
821 // PPC:INTPTR_MIN_ (-2147483647 -1)
822 // PPC:INTPTR_MAX_ 2147483647
823 // PPC:UINTPTR_MAX_ 4294967295U
824 // PPC:PTRDIFF_MIN_ (-2147483647 -1)
825 // PPC:PTRDIFF_MAX_ 2147483647
826 // PPC:SIZE_MAX_ 4294967295U
828 // PPC:INTMAX_MIN_ (-9223372036854775807LL -1)
829 // PPC:INTMAX_MAX_ 9223372036854775807LL
830 // PPC:UINTMAX_MAX_ 18446744073709551615ULL
832 // PPC:SIG_ATOMIC_MIN_ (-2147483647 -1)
833 // PPC:SIG_ATOMIC_MAX_ 2147483647
834 // PPC:WINT_MIN_ (-2147483647 -1)
835 // PPC:WINT_MAX_ 2147483647
837 // PPC:WCHAR_MAX_ 2147483647
838 // PPC:WCHAR_MIN_ (-2147483647 -1)
840 // PPC:INT8_C_(0) 0
841 // PPC:UINT8_C_(0) 0U
842 // PPC:INT16_C_(0) 0
843 // PPC:UINT16_C_(0) 0U
844 // PPC:INT32_C_(0) 0
845 // PPC:UINT32_C_(0) 0U
846 // PPC:INT64_C_(0) 0LL
847 // PPC:UINT64_C_(0) 0ULL
849 // PPC:INTMAX_C_(0) 0LL
850 // PPC:UINTMAX_C_(0) 0ULL