Home
last modified time | relevance | path

Searched refs:destroy_helper_func_decl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/
HDc-common.h1068 tree destroy_helper_func_decl; member
HDc-parser.c8723 DECL_CONTEXT (block_impl->destroy_helper_func_decl) = NULL_TREE; in build_descriptor_block_decl()
8725 helper_addr = build_fold_addr_expr (block_impl->destroy_helper_func_decl); in build_descriptor_block_decl()
9105 start_block_helper_function (cur_block->destroy_helper_func_decl); in synth_destroy_helper_block_func()
9451 cur_block->destroy_helper_func_decl = in c_parser_block_literal_expr()
/NextBSD/contrib/gcc/cp/
HDparser.c18986 DECL_CONTEXT (block_impl->destroy_helper_func_decl) = NULL_TREE; in build_descriptor_block_decl()
18987 helper_addr = build_fold_addr_expr (block_impl->destroy_helper_func_decl); in build_descriptor_block_decl()
19581 DECL_CONTEXT (src_arg) = cur_block->destroy_helper_func_decl; in synth_destroy_helper_block_func()
19586 pushdecl (cur_block->destroy_helper_func_decl); in synth_destroy_helper_block_func()
19590 DECL_ARGUMENTS (cur_block->destroy_helper_func_decl) = src_arg; in synth_destroy_helper_block_func()
19596 start_preparsed_function (cur_block->destroy_helper_func_decl, in synth_destroy_helper_block_func()
19665 cgraph_finalize_function (block_impl->destroy_helper_func_decl, false); in synth_destroy_helper_block_func()
19946 cur_block->destroy_helper_func_decl = in cp_parser_block_literal_expr()
19948 DECL_CONTEXT (cur_block->destroy_helper_func_decl) = current_function_decl; in cp_parser_block_literal_expr()