@@ -775,16 +775,16 @@ def StdC : StandardSpec<"stdc"> {
775775 [], // Types
776776 [], // Enumerations
777777 [
778- FunctionSpec<"stdc_leading_zeros_uc", RetValSpec<UnsignedCharType >, [ArgSpec<UnsignedCharType>]>,
779- FunctionSpec<"stdc_leading_zeros_us", RetValSpec<UnsignedShortType >, [ArgSpec<UnsignedShortType>]>,
778+ FunctionSpec<"stdc_leading_zeros_uc", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedCharType>]>,
779+ FunctionSpec<"stdc_leading_zeros_us", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedShortType>]>,
780780 FunctionSpec<"stdc_leading_zeros_ui", RetValSpec<UnsignedIntType>, [ArgSpec<UnsignedIntType>]>,
781- FunctionSpec<"stdc_leading_zeros_ul", RetValSpec<UnsignedLongType >, [ArgSpec<UnsignedLongType>]>,
782- FunctionSpec<"stdc_leading_zeros_ull", RetValSpec<UnsignedLongLongType >, [ArgSpec<UnsignedLongLongType>]>,
783- FunctionSpec<"stdc_leading_ones_uc", RetValSpec<UnsignedCharType >, [ArgSpec<UnsignedCharType>]>,
784- FunctionSpec<"stdc_leading_ones_us", RetValSpec<UnsignedShortType >, [ArgSpec<UnsignedShortType>]>,
781+ FunctionSpec<"stdc_leading_zeros_ul", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedLongType>]>,
782+ FunctionSpec<"stdc_leading_zeros_ull", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedLongLongType>]>,
783+ FunctionSpec<"stdc_leading_ones_uc", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedCharType>]>,
784+ FunctionSpec<"stdc_leading_ones_us", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedShortType>]>,
785785 FunctionSpec<"stdc_leading_ones_ui", RetValSpec<UnsignedIntType>, [ArgSpec<UnsignedIntType>]>,
786- FunctionSpec<"stdc_leading_ones_ul", RetValSpec<UnsignedLongType >, [ArgSpec<UnsignedLongType>]>,
787- FunctionSpec<"stdc_leading_ones_ull", RetValSpec<UnsignedLongLongType >, [ArgSpec<UnsignedLongLongType>]>
786+ FunctionSpec<"stdc_leading_ones_ul", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedLongType>]>,
787+ FunctionSpec<"stdc_leading_ones_ull", RetValSpec<UnsignedIntType >, [ArgSpec<UnsignedLongLongType>]>
788788 ] // Functions
789789 >;
790790
0 commit comments