Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-common.h1110 extern void start_block_helper_function (tree func_decl);
H A Dc-parser.c9024 start_block_helper_function (cur_block->copy_helper_func_decl); in synth_copy_helper_block_func()
9105 start_block_helper_function (cur_block->destroy_helper_func_decl); in synth_destroy_helper_block_func()
9325 start_block_helper_function (cur_block->helper_func_decl); in c_parser_block_literal_expr()
H A Dc-decl.c3513 start_block_helper_function (block_byref_id_object_copy[kind]); in synth_block_byref_id_object_copy_func()
3569 start_block_helper_function (block_byref_id_object_dispose[kind]); in synth_block_byref_id_object_dispose_func()
8141 start_block_helper_function (tree decl1) in start_block_helper_function() function