Home | History | Annotate | Download | only in cp

Lines Matching defs:opnew

4721     tree opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4722 DECL_IS_MALLOC (opnew) = 1;
4723 DECL_SET_IS_OPERATOR_NEW (opnew, true);
4724 DECL_IS_REPLACEABLE_OPERATOR (opnew) = 1;
4725 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4726 DECL_IS_MALLOC (opnew) = 1;
4727 DECL_SET_IS_OPERATOR_NEW (opnew, true);
4728 DECL_IS_REPLACEABLE_OPERATOR (opnew) = 1;
4767 opnew = push_cp_library_fn (NEW_EXPR, newtype, 0);
4768 DECL_IS_MALLOC (opnew) = 1;
4769 DECL_SET_IS_OPERATOR_NEW (opnew, true);
4770 DECL_IS_REPLACEABLE_OPERATOR (opnew) = 1;
4771 opnew = push_cp_library_fn (VEC_NEW_EXPR, newtype, 0);
4772 DECL_IS_MALLOC (opnew) = 1;
4773 DECL_SET_IS_OPERATOR_NEW (opnew, true);
4774 DECL_IS_REPLACEABLE_OPERATOR (opnew) = 1;