HomeSort by: relevance | last modified time | path
    Searched defs:deallocate_expr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 4114 tree deallocate_expr = 0;
4250 deallocate_expr = build_op_delete_call (VEC_DELETE_EXPR,
4259 if (deallocate_expr == error_mark_node)
4261 else if (!deallocate_expr)
4264 body = deallocate_expr;
4268 body = build2 (TRY_FINALLY_EXPR, void_type_node, body, deallocate_expr);
4111 tree deallocate_expr = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 4099 tree deallocate_expr = 0;
4232 deallocate_expr = build_op_delete_call (VEC_DELETE_EXPR,
4241 if (deallocate_expr == error_mark_node)
4243 else if (!deallocate_expr)
4246 body = deallocate_expr;
4250 body = build2 (TRY_FINALLY_EXPR, void_type_node, body, deallocate_expr);
4096 tree deallocate_expr = 0; local

Completed in 92 milliseconds