Home
last modified time | relevance | path

Searched refs:typefm (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.c4514 tree typefm; in handle_mode_attribute() local
4596 typefm = fn (TREE_TYPE (type), mode, false); in handle_mode_attribute()
4599 typefm = lang_hooks.types.type_for_mode (mode, TYPE_UNSIGNED (type)); in handle_mode_attribute()
4601 if (typefm == NULL_TREE) in handle_mode_attribute()
4611 if (TREE_CODE (typefm) != INTEGER_TYPE) in handle_mode_attribute()
4619 TYPE_PRECISION (type) = TYPE_PRECISION (typefm); in handle_mode_attribute()
4620 typefm = type; in handle_mode_attribute()
4630 typefm = make_unsigned_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
4632 typefm = make_signed_type (TYPE_PRECISION (typefm)); in handle_mode_attribute()
4633 TREE_TYPE (typefm) = type; in handle_mode_attribute()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.c5658 tree typefm; local
5685 else if (0 == (typefm = (*lang_hooks.types.type_for_mode)
5700 *node = typefm;