Searched refs:copy_helper_func_decl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1068 tree copy_helper_func_decl;
1067 tree copy_helper_func_decl; member in struct:block_sema_info
H A Dc-parser.c8724 DECL_CONTEXT (block_impl->copy_helper_func_decl) = NULL_TREE;
8726 helper_addr = build_fold_addr_expr (block_impl->copy_helper_func_decl);
9012 DECL_CONTEXT (dst_arg) = cur_block->copy_helper_func_decl;
9018 DECL_CONTEXT (src_arg) = cur_block->copy_helper_func_decl;
9030 start_block_helper_function (cur_block->copy_helper_func_decl);
9448 cur_block->copy_helper_func_decl =
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c18984 DECL_CONTEXT (block_impl->copy_helper_func_decl) = NULL_TREE;
18985 helper_addr = build_fold_addr_expr (block_impl->copy_helper_func_decl);
19473 DECL_CONTEXT (dst_arg) = cur_block->copy_helper_func_decl;
19478 DECL_CONTEXT (src_arg) = cur_block->copy_helper_func_decl;
19484 pushdecl (cur_block->copy_helper_func_decl);
19490 DECL_ARGUMENTS (cur_block->copy_helper_func_decl) = dst_arg;
19493 /* start_block_helper_function (cur_block->copy_helper_func_decl, true); */
19495 start_preparsed_function (cur_block->copy_helper_func_decl,
19570 cgraph_finalize_function (block_impl->copy_helper_func_decl, false);
19939 cur_block->copy_helper_func_decl
[all...]

Completed in 175 milliseconds