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

/freebsd-9.3-release/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-9.3-release/contrib/gcc/
H A Dc-typeck.c4601 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type));
4605 bool char_array = (typ1 == char_type_node
4606 || typ1 == signed_char_type_node
4607 || typ1 == unsigned_char_type_node);
4608 bool wchar_array = !!comptypes (typ1, wchar_type_node);
4645 - ((TYPE_PRECISION (typ1)
4654 else if (INTEGRAL_TYPE_P (typ1))
4576 tree typ1 = TYPE_MAIN_VARIANT (TREE_TYPE (type)); local

Completed in 132 milliseconds