Lines Matching refs:new_obj
2456 tree new_obj = NULL_TREE; in cxx_eval_call_expression() local
2462 new_obj = TREE_VEC_ELT (new_call.bindings, 0); in cxx_eval_call_expression()
2463 STRIP_NOPS (new_obj); in cxx_eval_call_expression()
2464 if (TREE_CODE (new_obj) == ADDR_EXPR) in cxx_eval_call_expression()
2465 new_obj = TREE_OPERAND (new_obj, 0); in cxx_eval_call_expression()
2474 if (new_obj == cur_obj) in cxx_eval_call_expression()
2479 new_obj = NULL_TREE; in cxx_eval_call_expression()
2598 if (new_obj && DECL_DESTRUCTOR_P (fun)) in cxx_eval_call_expression()
2599 cxx_set_object_constness (ctx, new_obj, /*readonly_p=*/false, in cxx_eval_call_expression()
2632 if (new_obj && DECL_CONSTRUCTOR_P (fun)) in cxx_eval_call_expression()
2633 cxx_set_object_constness (ctx, new_obj, /*readonly_p=*/true, in cxx_eval_call_expression()