Searched refs:fco (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c7683 apply_deduced_return_type (tree fco, tree return_type)
7690 if (LAMBDA_FUNCTION_P (fco))
7696 if (DECL_CONV_FN_P (fco))
7697 DECL_NAME (fco) = mangle_conv_op_name_for_type (return_type);
7699 TREE_TYPE (fco) = change_return_type (return_type, TREE_TYPE (fco));
7701 result = DECL_RESULT (fco);
7710 gcc_assert (current_function_decl == fco);
7718 DECL_RESULT (fco) = result;
7724 bool aggr = aggregate_value_p (result, fco);
7677 apply_deduced_return_type(tree fco, tree return_type) argument
[all...]
H A Dparser.c9436 tree fco;
9461 fco = grokmethod (&return_type_specs,
9464 if (fco != error_mark_node)
9466 DECL_INITIALIZED_IN_CLASS_P (fco) = 1;
9467 DECL_ARTIFICIAL (fco) = 1;
9469 DECL_NAME (DECL_ARGUMENTS (fco)) = get_identifier ("__closure");
9471 TYPE_HAS_LATE_RETURN_TYPE (TREE_TYPE (fco)) = 1;
9475 fco = finish_member_template_decl (fco);
9480 fco
9434 tree fco; local
9515 tree fco = lambda_function (lambda_expr); local
[all...]

Completed in 143 milliseconds