Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcvt.c550 expr = build_cplus_new (type, expr, complain); in force_rvalue()
835 return build_cplus_new (type, ctor, tf_warning_or_error); in ocp_convert()
H A Dtree.c456 build_cplus_new (tree type, tree init, tsubst_flags_t complain) in build_cplus_new() function
2171 u = build_cplus_new (TREE_TYPE (t), TREE_OPERAND (t, 1), in bot_manip()
H A Dtypeck2.c1756 return build_cplus_new (type, exp, complain); in build_functional_cast()
H A Dcall.c5700 expr = build_cplus_new (totype, expr, complain); in convert_like_real()
5858 return build_cplus_new (totype, expr, complain); in convert_like_real()
6806 fn = build_cplus_new (TREE_TYPE (fn), fn, tf_warning_or_error); in build_cxx_call()
8519 return build_cplus_new (type, expr, complain); in perform_direct_initialization_if_possible()
H A Dtypeck.c5433 targ = build_cplus_new (TREE_TYPE (arg), arg, tf_warning_or_error); in unary_complex_lvalue()
6957 newrhs = build_cplus_new (lhstype, newrhs, complain); in cp_build_modify_expr()
H A Dcp-tree.h5682 extern tree build_cplus_new (tree, tree, tsubst_flags_t);
H A Dsemantics.c9423 call = build_cplus_new (TREE_TYPE (call), call, tf_warning_or_error); in maybe_add_lambda_conv_op()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcvt.c568 expr = build_cplus_new (type, expr, complain); in force_rvalue()
914 return build_cplus_new (type, ctor, complain); in ocp_convert()
H A Dlambda.c1279 call = build_cplus_new (TREE_TYPE (call), call, tf_warning_or_error); in maybe_add_lambda_conv_op()
H A Dtypeck2.c2193 return build_cplus_new (type, exp, complain); in build_functional_cast()
H A Dcall.c6806 expr = build_cplus_new (totype, expr, complain); in convert_like_real()
7002 return build_cplus_new (totype, expr, complain); in convert_like_real()
8805 fn = build_cplus_new (TREE_TYPE (fn), fn, complain); in build_cxx_call()
10741 return build_cplus_new (type, expr, complain); in perform_direct_initialization_if_possible()
H A Dtree.c610 build_cplus_new (tree type, tree init, tsubst_flags_t complain) in build_cplus_new() function
2962 u = build_cplus_new (TREE_TYPE (t), TREE_OPERAND (t, 1), in bot_manip()
H A Dtypeck.c6467 targ = build_cplus_new (TREE_TYPE (arg), arg, tf_warning_or_error); in unary_complex_lvalue()
8258 newrhs = build_cplus_new (lhstype, newrhs, complain); in cp_build_modify_expr()
H A Dcp-tree.h7094 extern tree build_cplus_new (tree, tree, tsubst_flags_t);
H A Dparser.c9665 = build_cplus_new (TREE_TYPE (assignment_expression), in cp_parser_expression()