Searched refs:innerprec (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtree.c4005 unsigned int innerprec
4008 type = (*lang_hooks.types.type_for_size) (innerprec, unsignedp);
4016 if (innerprec < TYPE_PRECISION (TREE_TYPE (op))
4018 && (! uns || final_prec <= innerprec || unsignedp)
4092 unsigned HOST_WIDE_INT innerprec
4094 tree type = (*lang_hooks.types.type_for_size) (innerprec,
4105 if (innerprec < TYPE_PRECISION (TREE_TYPE (op))
3980 unsigned int innerprec local
4066 unsigned HOST_WIDE_INT innerprec local
/openbsd-current/gnu/gcc/gcc/
H A Dtree.c5555 unsigned int innerprec
5559 type = lang_hooks.types.type_for_size (innerprec, unsignedp);
5570 && (! uns || final_prec <= innerprec || unsignedp))
5647 unsigned HOST_WIDE_INT innerprec
5651 tree type = lang_hooks.types.type_for_size (innerprec, unsignedp);
5661 if (innerprec < TYPE_PRECISION (TREE_TYPE (op))
5530 unsigned int innerprec local
5621 unsigned HOST_WIDE_INT innerprec local

Completed in 133 milliseconds