Searched refs:helper_func_decl (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1067 tree helper_func_decl;
1066 tree helper_func_decl; member in struct:block_sema_info
H A Dc-decl.c7837 (cur_block->helper_func_decl);
7948 (cur_block->helper_func_decl);
H A Dc-parser.c8853 helper_addr = build_fold_addr_expr (block_impl->helper_func_decl);
8963 DECL_CONTEXT (block_impl->helper_func_decl) = NULL_TREE;
9328 cur_block->helper_func_decl = block_helper_function_decl;
9331 start_block_helper_function (cur_block->helper_func_decl);
9345 decl_attributes (&cur_block->helper_func_decl, attributes, 0);
9432 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type;
/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c19320 helper_addr = build_fold_addr_expr (block_impl->helper_func_decl);
19430 DECL_CONTEXT (block_impl->helper_func_decl) = NULL_TREE;
19835 cur_block->helper_func_decl = block_helper_function_decl;
19840 /* start_block_helper_function (cur_block->helper_func_decl, false); */
19843 start_preparsed_function (cur_block->helper_func_decl,
19851 decl_attributes (&cur_block->helper_func_decl, attributes, 0);
19916 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type;
19921 cgraph_finalize_function (cur_block->helper_func_decl, false);
20009 && DECL_CONTEXT (BINDING_VALUE (b)) == cur_block->helper_func_decl)
20025 && DECL_CONTEXT (BINDING_VALUE (b)) != cb->helper_func_decl)
[all...]
H A Dsemantics.c2495 while (b && b->helper_func_decl == decl)

Completed in 236 milliseconds