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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c5595 tree fco = lambda_function (lambda);
5609 TREE_TYPE (fco) = change_return_type (return_type, TREE_TYPE (fco));
5611 result = DECL_RESULT (fco);
5625 DECL_RESULT (fco) = result;
5627 if (!processing_template_decl && aggregate_value_p (result, fco))
5591 tree fco = lambda_function (lambda); local
H A Dparser.c7407 tree fco;
7431 fco = grokmethod (&return_type_specs,
7434 DECL_INITIALIZED_IN_CLASS_P (fco) = 1;
7435 DECL_ARTIFICIAL (fco) = 1;
7437 finish_member_declaration (fco);
7463 tree fco = lambda_function (lambda_expr);
7469 start_preparsed_function (fco,
7473 start_lambda_scope (fco);
7405 tree fco; local
7461 tree fco = lambda_function (lambda_expr); local

Completed in 309 milliseconds