Searched refs:deallocate_expr (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.c2532 tree deallocate_expr = 0;
2611 deallocate_expr = build_op_delete_call (VEC_DELETE_EXPR,
2619 if (!deallocate_expr)
2622 body = deallocate_expr;
2624 body = build_compound_expr (input_location, body, deallocate_expr);
2529 tree deallocate_expr = 0; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dinit.c2298 tree deallocate_expr = 0;
2368 deallocate_expr = build_x_delete (base_tbd,
2374 if (!deallocate_expr)
2377 body = deallocate_expr;
2379 body = build_compound_expr (body, deallocate_expr);
2295 tree deallocate_expr = 0; local

Completed in 113 milliseconds