Home
last modified time | relevance | path

Searched refs:NEW_EXPR (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000914-1.c213 NEW_EXPR, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddump.c59 case NEW_EXPR:
H A Doperators.def81 DEF_SIMPLE_OPERATOR ("new", NEW_EXPR, "nw", -1)
H A Dcp-tree.def52 /* For NEW_EXPR, operand 0 is the placement list.
55 DEFTREECODE (NEW_EXPR, "nw_expr", 'e', 3)
H A Dinit.c2026 rval = build_min_nt (NEW_EXPR, placement, t, init);
2061 rval = build (NEW_EXPR, build_pointer_type (type), placement, t, init);
2199 code = has_array ? VEC_NEW_EXPR : NEW_EXPR;
H A Derror.c1651 case NEW_EXPR:
H A Ddecl.c7101 push_cp_library_fn (NEW_EXPR, newtype); in cxx_init_decl_processing()
12355 if (declarator == ansi_opname (NEW_EXPR)
13254 case NEW_EXPR:
13275 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR)
H A Dparse.y4000 { $$ = frob_opname (ansi_opname (NEW_EXPR)); }
H A Ddecl2.c3306 case NEW_EXPR:
H A Dtypeck.c6310 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR
H A Dcall.c3559 case NEW_EXPR:
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c56 case NEW_EXPR: in dump_op()
H A Doperators.def81 DEF_SIMPLE_OPERATOR ("new", NEW_EXPR, "nw", -1)
H A Dcxx-pretty-print.c561 case NEW_EXPR: in pp_cxx_new_expression()
643 case NEW_EXPR: in pp_cxx_unary_expression()
921 case NEW_EXPR: in pp_cxx_expression()
H A Dcp-tree.def50 /* For NEW_EXPR, operand 0 is the placement list.
54 DEFTREECODE (NEW_EXPR, "nw_expr", tcc_expression, 4)
H A Dinit.c1559 new_expr = build4 (NEW_EXPR, build_pointer_type (type), placement, type, in build_raw_new_expr()
1736 fnname = ansi_opname (array_p ? VEC_NEW_EXPR : NEW_EXPR); in build_new_1()
H A Derror.c1440 case NEW_EXPR: in dump_expr()
H A Ddecl.c3282 push_cp_library_fn (NEW_EXPR, newtype); in cxx_init_decl_processing()
9241 case NEW_EXPR: in grok_op_properties()
9268 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR in grok_op_properties()
9286 if (operator_code == NEW_EXPR || operator_code == VEC_NEW_EXPR) in grok_op_properties()
H A Dpt.c8285 case NEW_EXPR: in tsubst_copy()
9133 case NEW_EXPR: in tsubst_copy_and_build()
13011 if (TREE_CODE (expression) == NEW_EXPR in type_dependent_expression_p()
H A DChangeLog-19983887 * error.c (dump_expr): Clean up NEW_EXPR case.
3897 * tree.c (mapcar): Support NEW_EXPR.
3899 * error.c (dump_expr): Support NEW_EXPR.
6865 (build_new): Just return a NEW_EXPR.
6866 * expr.c (cplus_expand_expr): Handle NEW_EXPR.
H A Dcp-tree.h828 ((NAME) == ansi_opname (NEW_EXPR) \
H A DChangeLog-19951633 * expr.c (cplus_expand_expr, NEW_EXPR): If this is an explicit
1946 under a NEW_EXPR, so the target is not discarded.
H A Dparser.c8261 op = NEW_EXPR; in cp_parser_operator()
8280 id = ansi_opname (op == NEW_EXPR in cp_parser_operator()
H A Dtypeck.c6546 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR in check_return_expr()
H A Dcall.c3684 case NEW_EXPR: in build_new_op()

12