Searched refs:block_helper_function_decl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-parser.c9214 tree block_helper_function_decl;
9325 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (0),
9327 DECL_CONTEXT (block_helper_function_decl) = current_function_decl;
9328 cur_block->helper_func_decl = block_helper_function_decl;
9208 tree block_helper_function_decl; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c19719 tree block_helper_function_decl;
19832 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (unique_count),
19834 DECL_CONTEXT (block_helper_function_decl) = current_function_decl;
19835 cur_block->helper_func_decl = block_helper_function_decl;
19837 DECL_ARGUMENTS (block_helper_function_decl) = arglist;
19716 tree block_helper_function_decl; local

Completed in 147 milliseconds