Home
last modified time | relevance | path

Searched refs:fco (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1449 start_lambda_function (tree fco, tree lambda_expr) in start_lambda_function() argument
1453 start_preparsed_function (fco, in start_lambda_function()
H A Dsemantics.c10220 apply_deduced_return_type (tree fco, tree return_type) in apply_deduced_return_type() argument
10227 if (DECL_CONV_FN_P (fco)) in apply_deduced_return_type()
10228 DECL_NAME (fco) = make_conv_op_name (return_type); in apply_deduced_return_type()
10230 TREE_TYPE (fco) = change_return_type (return_type, TREE_TYPE (fco)); in apply_deduced_return_type()
10232 result = DECL_RESULT (fco); in apply_deduced_return_type()
10245 gcc_assert (current_function_decl == fco); in apply_deduced_return_type()
10253 DECL_RESULT (fco) = result; in apply_deduced_return_type()
10257 bool aggr = aggregate_value_p (result, fco); in apply_deduced_return_type()
H A Dparser.c11137 tree fco; in cp_parser_lambda_declarator_opt() local
11171 fco = grokmethod (&return_type_specs, in cp_parser_lambda_declarator_opt()
11174 if (fco != error_mark_node) in cp_parser_lambda_declarator_opt()
11176 DECL_INITIALIZED_IN_CLASS_P (fco) = 1; in cp_parser_lambda_declarator_opt()
11177 DECL_ARTIFICIAL (fco) = 1; in cp_parser_lambda_declarator_opt()
11179 DECL_NAME (DECL_ARGUMENTS (fco)) = closure_identifier; in cp_parser_lambda_declarator_opt()
11180 DECL_SET_LAMBDA_FUNCTION (fco, true); in cp_parser_lambda_declarator_opt()
11184 fco = finish_member_template_decl (fco); in cp_parser_lambda_declarator_opt()
11189 fco = finish_fully_implicit_template (parser, fco); in cp_parser_lambda_declarator_opt()
11191 finish_member_declaration (fco); in cp_parser_lambda_declarator_opt()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1470 start_lambda_function (tree fco, tree lambda_expr) in start_lambda_function() argument
1474 start_preparsed_function (fco, in start_lambda_function()
H A Dsemantics.cc12207 apply_deduced_return_type (tree fco, tree return_type) in apply_deduced_return_type() argument
12214 if (DECL_CONV_FN_P (fco)) in apply_deduced_return_type()
12215 DECL_NAME (fco) = make_conv_op_name (return_type); in apply_deduced_return_type()
12217 TREE_TYPE (fco) = change_return_type (return_type, TREE_TYPE (fco)); in apply_deduced_return_type()
12219 result = DECL_RESULT (fco); in apply_deduced_return_type()
12232 gcc_assert (current_function_decl == fco); in apply_deduced_return_type()
12240 DECL_RESULT (fco) = result; in apply_deduced_return_type()
12244 bool aggr = aggregate_value_p (result, fco); in apply_deduced_return_type()
H A Dparser.cc11687 tree fco; in cp_parser_lambda_declarator_opt() local
11722 fco = grokmethod (&return_type_specs, in cp_parser_lambda_declarator_opt()
11725 if (fco != error_mark_node) in cp_parser_lambda_declarator_opt()
11727 DECL_INITIALIZED_IN_CLASS_P (fco) = 1; in cp_parser_lambda_declarator_opt()
11728 DECL_ARTIFICIAL (fco) = 1; in cp_parser_lambda_declarator_opt()
11730 DECL_NAME (DECL_ARGUMENTS (fco)) = closure_identifier; in cp_parser_lambda_declarator_opt()
11731 DECL_SET_LAMBDA_FUNCTION (fco, true); in cp_parser_lambda_declarator_opt()
11735 fco = finish_member_template_decl (fco); in cp_parser_lambda_declarator_opt()
11740 fco = finish_fully_implicit_template (parser, fco); in cp_parser_lambda_declarator_opt()
11742 finish_member_declaration (fco); in cp_parser_lambda_declarator_opt()
[all …]