Home
last modified time | relevance | path

Searched refs:helper_func_decl (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDparser.c19317 helper_addr = build_fold_addr_expr (block_impl->helper_func_decl); in VEC()
19427 DECL_CONTEXT (block_impl->helper_func_decl) = NULL_TREE; in build_block_literal_tmp()
19832 cur_block->helper_func_decl = block_helper_function_decl; in cp_parser_block_literal_expr()
19840 start_preparsed_function (cur_block->helper_func_decl, in cp_parser_block_literal_expr()
19848 decl_attributes (&cur_block->helper_func_decl, attributes, 0); in cp_parser_block_literal_expr()
19913 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type; in cp_parser_block_literal_expr()
19918 cgraph_finalize_function (cur_block->helper_func_decl, false); in cp_parser_block_literal_expr()
20006 && DECL_CONTEXT (BINDING_VALUE (b)) == cur_block->helper_func_decl) in build_block_byref_decl()
20022 && DECL_CONTEXT (BINDING_VALUE (b)) != cb->helper_func_decl) in build_block_byref_decl()
20031 current_function_decl = cb->helper_func_decl; in build_block_byref_decl()
[all …]
HDsemantics.c2495 while (b && b->helper_func_decl == decl) in block_var_ok_for_context()
/NextBSD/contrib/gcc/
HDc-common.h1066 tree helper_func_decl; member
HDc-parser.c8847 helper_addr = build_fold_addr_expr (block_impl->helper_func_decl); in build_block_struct_initlist()
8957 DECL_CONTEXT (block_impl->helper_func_decl) = NULL_TREE; in build_block_literal_tmp()
9322 cur_block->helper_func_decl = block_helper_function_decl; in c_parser_block_literal_expr()
9325 start_block_helper_function (cur_block->helper_func_decl); in c_parser_block_literal_expr()
9339 decl_attributes (&cur_block->helper_func_decl, attributes, 0); in c_parser_block_literal_expr()
9426 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type; in c_parser_block_literal_expr()
HDc-decl.c7813 (cur_block->helper_func_decl); in build_block_byref_decl()
7924 (cur_block->helper_func_decl); in build_block_ref_decl()