Lines Matching refs:modify_expr
214 tree expr = modify_expr (lhs, convert_expr (rhs, e1->type, e1b->type)); in binop_assignment()
739 var = compound_expr (modify_expr (var, init), var); in visit()
906 result = modify_expr (build_deref (ptrexp), rhs); in visit()
1087 tree vthis_exp = modify_expr (component_ref (t1, field), value); in visit()
2336 setup_exp = modify_expr (var, aggregate_initializer_decl (cd)); in visit()
2344 setup_exp = modify_expr (build_deref (new_call), in visit()
2384 modify_expr (field, value)); in visit()
2443 new_call = compound_expr (modify_expr (field, value), new_call); in visit()
2523 tree init = modify_expr (var, build_constructor (tarray, elms)); in visit()
2564 tree init = modify_expr (build_deref (result), in visit()
2965 ctor = compound_expr (modify_expr (var, ctor), var); in visit()
2978 init = compound_expr (init, modify_expr (var, ctor)); in visit()