Searched refs:build_nonstandard_integer_type (Results 1 – 4 of 4) sorted by relevance
1882 return build_nonstandard_integer_type (TYPE_PRECISION (type), unsignedp); in c_common_signed_or_unsigned_type()1907 return build_nonstandard_integer_type (width, unsignedp); in c_build_bitfield_integer_type()
4365 extern tree build_nonstandard_integer_type (unsigned HOST_WIDE_INT, int);
5124 build_nonstandard_integer_type (unsigned HOST_WIDE_INT precision, in build_nonstandard_integer_type() function
18649 * tree.c (build_nonstandard_integer_type): Correct prototype.18693 * tree.c (build_nonstandard_integer_type): New function.18694 * tree.h (build_nonstandard_integer_type): New prototype.