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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dtypeck.c5596 tree olhstype = lhstype;
5742 lhstype = olhstype;
5804 && TREE_CODE (olhstype) == ENUMERAL_TYPE)
5854 if (TREE_CODE (olhstype) == ENUMERAL_TYPE
5857 newrhs = convert_for_assignment (olhstype, newrhs, "assignment",
5900 if (olhstype == TREE_TYPE (result))
5904 result = build2 (COMPOUND_EXPR, olhstype, result, olhs);
5908 return convert_for_assignment (olhstype, result, "assignment",
5582 tree olhstype = lhstype; local
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c3692 tree olhstype = lhstype;
3774 if (olhstype == TREE_TYPE (result))
3776 return convert_for_assignment (olhstype, result, ic_assign,
3672 tree olhstype = lhstype; local

Completed in 91 milliseconds