Searched refs:destroy_helper_func_decl (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1069 tree destroy_helper_func_decl;
1068 tree destroy_helper_func_decl; member in struct:block_sema_info
H A Dc-parser.c8729 DECL_CONTEXT (block_impl->destroy_helper_func_decl) = NULL_TREE;
8731 helper_addr = build_fold_addr_expr (block_impl->destroy_helper_func_decl);
9111 start_block_helper_function (cur_block->destroy_helper_func_decl);
9457 cur_block->destroy_helper_func_decl =
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c18989 DECL_CONTEXT (block_impl->destroy_helper_func_decl) = NULL_TREE;
18990 helper_addr = build_fold_addr_expr (block_impl->destroy_helper_func_decl);
19584 DECL_CONTEXT (src_arg) = cur_block->destroy_helper_func_decl;
19589 pushdecl (cur_block->destroy_helper_func_decl);
19593 DECL_ARGUMENTS (cur_block->destroy_helper_func_decl) = src_arg;
19597 /* start_block_helper_function (cur_block->destroy_helper_func_decl, true); */
19599 start_preparsed_function (cur_block->destroy_helper_func_decl,
19668 cgraph_finalize_function (block_impl->destroy_helper_func_decl, false);
19949 cur_block->destroy_helper_func_decl =
19951 DECL_CONTEXT (cur_block->destroy_helper_func_decl)
[all...]

Completed in 195 milliseconds