Searched refs:helper_function_type (Results 1 – 2 of 2) sorted by relevance
9218 tree helper_function_type; in c_parser_block_literal_expr() local9425 helper_function_type = build_function_type (TREE_TYPE (ftype), typelist); in c_parser_block_literal_expr()9426 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type; in c_parser_block_literal_expr()
19726 tree helper_function_type; in cp_parser_block_literal_expr() local19910 helper_function_type = build_function_type (TREE_TYPE (ftype), typelist); in cp_parser_block_literal_expr()19912 helper_function_type = build_exception_variant (helper_function_type, raises); in cp_parser_block_literal_expr()19913 TREE_TYPE (cur_block->helper_func_decl) = helper_function_type; in cp_parser_block_literal_expr()