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

/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck2.c679 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type));
680 if (char_type_p (typ1)
687 && TYPE_PRECISION (typ1) == BITS_PER_UNIT)
693 && TYPE_PRECISION (typ1) != BITS_PER_UNIT)
676 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c4962 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type));
4966 bool char_array = (typ1 == char_type_node
4967 || typ1 == signed_char_type_node
4968 || typ1 == unsigned_char_type_node);
4969 bool wchar_array = !!comptypes (typ1, wchar_type_node);
5006 - ((TYPE_PRECISION (typ1)
5015 else if (INTEGRAL_TYPE_P (typ1))
4937 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local

Completed in 159 milliseconds