Home
last modified time | relevance | path

Searched refs:helper_function_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-parser.c9218 tree helper_function_type; in c_parser_block_literal_expr() local
9425 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()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c19726 tree helper_function_type; in cp_parser_block_literal_expr() local
19910 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()