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 D | 20000914-1.c | 213 NEW_EXPR, enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | dump.c | 59 case NEW_EXPR:
|
H A D | operators.def | 81 DEF_SIMPLE_OPERATOR ("new", NEW_EXPR, "nw", -1)
|
H A D | cp-tree.def | 52 /* For NEW_EXPR, operand 0 is the placement list. 55 DEFTREECODE (NEW_EXPR, "nw_expr", 'e', 3)
|
H A D | init.c | 2026 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 D | error.c | 1651 case NEW_EXPR:
|
H A D | decl.c | 7101 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 D | parse.y | 4000 { $$ = frob_opname (ansi_opname (NEW_EXPR)); }
|
H A D | decl2.c | 3306 case NEW_EXPR:
|
H A D | typeck.c | 6310 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR
|
H A D | call.c | 3559 case NEW_EXPR:
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 56 case NEW_EXPR: in dump_op()
|
H A D | operators.def | 81 DEF_SIMPLE_OPERATOR ("new", NEW_EXPR, "nw", -1)
|
H A D | cxx-pretty-print.c | 561 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 D | cp-tree.def | 50 /* For NEW_EXPR, operand 0 is the placement list. 54 DEFTREECODE (NEW_EXPR, "nw_expr", tcc_expression, 4)
|
H A D | init.c | 1559 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 D | error.c | 1440 case NEW_EXPR: in dump_expr()
|
H A D | decl.c | 3282 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 D | pt.c | 8285 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 D | ChangeLog-1998 | 3887 * 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 D | cp-tree.h | 828 ((NAME) == ansi_opname (NEW_EXPR) \
|
H A D | ChangeLog-1995 | 1633 * 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 D | parser.c | 8261 op = NEW_EXPR; in cp_parser_operator() 8280 id = ansi_opname (op == NEW_EXPR in cp_parser_operator()
|
H A D | typeck.c | 6546 if ((DECL_OVERLOADED_OPERATOR_P (current_function_decl) == NEW_EXPR in check_return_expr()
|
H A D | call.c | 3684 case NEW_EXPR: in build_new_op()
|
12