Home
last modified time | relevance | path

Searched refs:build_nonstandard_integer_type (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-common.c1882 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()
H A Dtree.h4365 extern tree build_nonstandard_integer_type (unsigned HOST_WIDE_INT, int);
H A Dtree.c5124 build_nonstandard_integer_type (unsigned HOST_WIDE_INT precision, in build_nonstandard_integer_type() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.718649 * 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.