Searched refs:make_call_declarator (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dparse.y660 { $$ = make_call_declarator ($<ttype>4, $5, $7, $8); }
663 $$ = make_call_declarator ($$, empty_parms (), $4, $5);
668 { $$ = make_call_declarator ($<ttype>5, $6, $8, $9); }
671 $$ = make_call_declarator ($$, empty_parms (), $5, $6);
676 { $$ = make_call_declarator ($<ttype>4, $5, $7, $8); }
679 $$ = make_call_declarator ($$, empty_parms (), $4, $5);
684 { $$ = make_call_declarator ($<ttype>5, $6, $8, $9); }
687 $$ = make_call_declarator ($$, empty_parms (), $5, $6);
711 { $$ = make_call_declarator ($1, $3, $5, $6); }
713 { $$ = make_call_declarator (
[all...]
H A Dparse.c4803 { yyval.ttype = make_call_declarator (yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype); ;
4808 yyval.ttype = make_call_declarator (yyval.ttype, empty_parms (), yyvsp[-1].ttype, yyvsp[0].ttype);
4817 { yyval.ttype = make_call_declarator (yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype); ;
4822 yyval.ttype = make_call_declarator (yyval.ttype, empty_parms (), yyvsp[-1].ttype, yyvsp[0].ttype);
4831 { yyval.ttype = make_call_declarator (yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype); ;
4836 yyval.ttype = make_call_declarator (yyval.ttype, empty_parms (), yyvsp[-1].ttype, yyvsp[0].ttype);
4845 { yyval.ttype = make_call_declarator (yyvsp[-4].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype); ;
4850 yyval.ttype = make_call_declarator (yyval.ttype, empty_parms (), yyvsp[-1].ttype, yyvsp[0].ttype);
4880 { yyval.ttype = make_call_declarator (yyvsp[-5].ttype, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype); ;
4884 { yyval.ttype = make_call_declarator (yyvs
[all...]
H A Dexcept.c885 t = make_call_declarator (get_identifier (name), params, NULL_TREE,
H A Dlex.c227 make_call_declarator (target, parms, cv_qualifiers, exception_specification) function
1979 tree declarator = make_call_declarator (name, args, NULL_TREE, NULL_TREE);
H A Dcp-tree.h3119 extern tree make_call_declarator PROTO((tree, tree, tree, tree));
H A Ddecl2.c3046 make_call_declarator (fnname, void_list_node, NULL_TREE,
H A Dpt.c6648 return make_call_declarator (e1, e2, TREE_OPERAND (t, 2), e3);
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c1359 static cp_declarator *make_call_declarator
1535 make_call_declarator (cp_declarator *target,
9454 declarator = make_call_declarator (declarator, param_list, quals,
17640 declarator = make_call_declarator (declarator,
1533 make_call_declarator (cp_declarator *target, function

Completed in 406 milliseconds