Searched refs:olhstype (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | typeck.c | 5711 tree olhstype = lhstype; in build_modify_expr() local 5870 lhstype = olhstype; in build_modify_expr() 5890 lhstype = olhstype; in build_modify_expr() 5933 && TREE_CODE (olhstype) == ENUMERAL_TYPE) in build_modify_expr() 5983 if (TREE_CODE (olhstype) == ENUMERAL_TYPE in build_modify_expr() 5986 newrhs = convert_for_assignment (olhstype, newrhs, "assignment", in build_modify_expr() 6029 if (olhstype == TREE_TYPE (result)) in build_modify_expr() 6033 result = build2 (COMPOUND_EXPR, olhstype, result, olhs); in build_modify_expr() 6037 return convert_for_assignment (olhstype, result, "assignment", in build_modify_expr()
|
| /trueos/contrib/gcc/ |
| HD | c-typeck.c | 3910 tree olhstype = lhstype; in build_modify_expr() local 3920 olhstype = lhstype; in build_modify_expr() 4065 if (olhstype == TREE_TYPE (result)) in build_modify_expr() 4067 return convert_for_assignment (olhstype, result, ic_assign, in build_modify_expr()
|