Home
last modified time | relevance | path

Searched refs:build_cplus_new (Results 1 – 24 of 24) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c272 build_cplus_new (tree type, tree init) in build_cplus_new() function
1208 u = build_cplus_new in bot_manip()
H A Dcall.c4314 expr = build_cplus_new (totype, expr); in convert_like_real()
4346 expr = build_cplus_new (totype, expr); in convert_like_real()
4406 return build_cplus_new (totype, expr); in convert_like_real()
5069 fn = build_cplus_new (TREE_TYPE (fn), fn); in build_cxx_call()
6510 return build_cplus_new (type, expr); in perform_direct_initialization_if_possible()
H A Dmethod.c508 t = build_cplus_new (TREE_TYPE (t), t); in use_thunk()
H A Dcvt.c771 return build_cplus_new (type, ctor); in ocp_convert()
H A Dtypeck2.c1363 return build_cplus_new (type, exp); in build_functional_cast()
H A DChangeLog-1996861 * tree.c (build_cplus_new): Handle getting a TARGET_EXPR.
1140 * cvt.c (convert_like): Don't call build_cplus_new twice.
1147 * cvt.c (build_over_call): Call build_cplus_new.
1807 * tree.c (build_cplus_new): Likewise.
3220 (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
3229 * cp-tree.h (build_cplus_new): Fix prototype.
3632 (build_cplus_new): Likewise.
H A DChangeLog-1999560 (build_cplus_new): Set DECL_CONTEXT for temporary variables.
2149 * tree.c (build_cplus_new): Likewise.
2166 * tree.c (build_cplus_new): Use it.
3107 * tree.c (build_cplus_new): Set it.
4107 * tree.c (build_cplus_new): Adjust call to abstract_virtuals_error
4183 * search.c (build_cplus_new): Robustify.
4252 (build_cplus_new): Don't allow the creation of an abstract class.
4808 (build_cplus_new): Make sure that what we return is of the right type.
H A DChangeLog-1997518 (build_cplus_new): Only wrap CALL_EXPRs.
1003 build_cplus_new.
1496 * tree.c (build_cplus_new): Don't set TREE_ADDRESSABLE.
H A Dtypeck.c4547 targ = build_cplus_new (TREE_TYPE (arg), arg); in unary_complex_lvalue()
5815 newrhs = build_cplus_new (lhstype, newrhs); in build_modify_expr()
H A DChangeLog-19941633 * tree.c (build_cplus_new): Never build WITH_CLEANUP_EXPRs.
1638 build_cplus_new.
1757 (cp_convert): Call build_cplus_new with with_cleanup_p set.
4531 on local level, go back to build_cplus_new approach.
4533 * tree.c (build_cplus_new): If with_cleanup_p, set cleanup slot
H A Dcp-tree.h4384 extern tree build_cplus_new (tree, tree);
H A DChangeLog-19951121 * cvt.c (cp_convert): Always call build_cplus_new for a ctor.
1943 * tree.c (build_cplus_new): Layout the slot.
H A DChangeLog-2003409 * tree.c (build_local_temp): Split out from build_cplus_new.
1071 * tree.c (build_cplus_new): Use build_decl to create a VAR_DECL.
H A DChangeLog-20042882 * tree.c (build_target_expr, build_cplus_new, array_type_nelts_top,
4729 * tree.c (build_cplus_new): Make AGGR_INIT_EXPRs void.
H A DChangeLog810 * tree.c (build_cplus_new): Set it.
3921 * method.c (use_thunk): Use build_cplus_new instead of
H A DChangeLog-2002581 * tree.c (build_cplus_new): If the type isn't TREE_ADDRESSABLE,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c307 build_cplus_new (type, init) in build_cplus_new() function
1345 u = build_cplus_new
H A Dcall.c4128 expr = build_cplus_new (totype, expr); in convert_like_real()
4171 expr = build_cplus_new (totype, expr); in convert_like_real()
4236 return build_cplus_new (totype, expr); in convert_like_real()
4755 fn = build_cplus_new (TREE_TYPE (fn), fn); in build_cxx_call()
6049 return build_cplus_new (type, expr); in perform_direct_initialization_if_possible()
H A Dcvt.c775 return build_cplus_new (type, ctor);
H A Dtypeck2.c1347 return build_cplus_new (type, exp);
H A Dtypeck.c4500 targ = build_cplus_new (TREE_TYPE (arg), arg);
5507 newrhs = build_cplus_new (lhstype, newrhs);
H A DChangeLog.22149 * tree.c (build_cplus_new): Likewise.
2166 * tree.c (build_cplus_new): Use it.
3107 * tree.c (build_cplus_new): Set it.
4183 * search.c (build_cplus_new): Robustify.
14193 (build_cplus_new): Only wrap CALL_EXPRs.
14678 build_cplus_new.
17425 * cvt.c (build_over_call): Call build_cplus_new.
18085 * tree.c (build_cplus_new): Likewise.
19498 (build_cplus_new): Delete unused arg WITH_CLEANUP_P.
19507 * cp-tree.h (build_cplus_new): Fix prototype.
[all …]
H A DChangeLog.1770 * cvt.c (cp_convert): Always call build_cplus_new for a ctor.
1592 * tree.c (build_cplus_new): Layout the slot.
5073 * tree.c (build_cplus_new): Never build WITH_CLEANUP_EXPRs.
5078 build_cplus_new.
5197 (cp_convert): Call build_cplus_new with with_cleanup_p set.
7971 on local level, go back to build_cplus_new approach.
7973 * tree.c (build_cplus_new): If with_cleanup_p, set cleanup slot
H A Dcp-tree.h4323 extern tree build_cplus_new PARAMS ((tree, tree));