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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c6679 tree shorter_type, outer_type;
6685 shorter_type = TREE_TYPE (arg0_unw);
6691 && TREE_CODE (shorter_type) == POINTER_TYPE
6692 && TREE_CODE (TREE_TYPE (shorter_type)) == FUNCTION_TYPE)
6696 if (TYPE_PRECISION (TREE_TYPE (arg0)) <= TYPE_PRECISION (shorter_type))
6703 || TYPE_UNSIGNED (TREE_TYPE (arg0)) == TYPE_UNSIGNED (shorter_type))
6704 && (TREE_TYPE (arg1_unw) == shorter_type
6705 || (TYPE_PRECISION (shorter_type)
6708 && (TREE_CODE (shorter_type) == INTEGER_TYPE
6709 || TREE_CODE (shorter_type)
6644 tree shorter_type, outer_type; local
[all...]

Completed in 114 milliseconds