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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck.c5397 tree olhstype = lhstype;
5545 lhstype = olhstype;
5607 && TREE_CODE (olhstype) == ENUMERAL_TYPE)
5649 if (TREE_CODE (olhstype) == ENUMERAL_TYPE
5652 newrhs = convert_for_assignment (olhstype, newrhs, "assignment",
5699 if (olhstype == TREE_TYPE (result))
5703 result = build2 (COMPOUND_EXPR, olhstype, result, olhs);
5707 return convert_for_assignment (olhstype, result, "assignment",
5383 tree olhstype = lhstype; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.c6375 tree olhstype = lhstype;
6530 lhstype = olhstype;
6587 olhstype = unlowered_expr_type (lhs);
6637 newrhs = convert_for_initialization (lhs, olhstype, newrhs, LOOKUP_NORMAL,
6641 newrhs = convert_for_assignment (olhstype, newrhs, "assignment",
6644 if (!same_type_p (lhstype, olhstype))
6361 tree olhstype = lhstype; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-typeck.c4710 tree olhstype = lhstype;
4847 if (olhstype == TREE_TYPE (result))
4850 result = convert_for_assignment (location, olhstype, result, rhs_origtype,
4690 tree olhstype = lhstype; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-typeck.c3562 tree olhstype = lhstype;
3641 if (olhstype == TREE_TYPE (result))
3643 return convert_for_assignment (olhstype, result, ic_assign,
3543 tree olhstype = lhstype; local

Completed in 269 milliseconds