Searched refs:build_method_decl (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.h52 tree build_method_decl PROTO((enum tree_code, tree, tree, tree));
H A Dobjc-parse.y2748 $$ = build_method_decl (objc_inherit_code, $2, $4, NULL_TREE);
2753 $$ = build_method_decl (objc_inherit_code, NULL_TREE, $1, NULL_TREE);
2758 $$ = build_method_decl (objc_inherit_code, $2, $4, $5);
2763 $$ = build_method_decl (objc_inherit_code, NULL_TREE, $1, $2);
H A Dobjc-parse.c4715 yyval.ttype = build_method_decl (objc_inherit_code, yyvsp[-2].ttype, yyvsp[0].ttype, NULL_TREE);
4721 yyval.ttype = build_method_decl (objc_inherit_code, NULL_TREE, yyvsp[0].ttype, NULL_TREE);
4727 yyval.ttype = build_method_decl (objc_inherit_code, yyvsp[-3].ttype, yyvsp[-1].ttype, yyvsp[0].ttype);
4733 yyval.ttype = build_method_decl (objc_inherit_code, NULL_TREE, yyvsp[-1].ttype, yyvsp[0].ttype);
H A Dobjc-act.c4753 build_method_decl (code, ret_type, selector, add_args)
4745 build_method_decl (code, ret_type, selector, add_args) function
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-parse.in2847 $$ = build_method_decl (objc_inherit_code, $2, $4, NULL_TREE);
2852 $$ = build_method_decl (objc_inherit_code, NULL_TREE, $1, NULL_TREE);
2857 $$ = build_method_decl (objc_inherit_code, $2, $4, $5);
2862 $$ = build_method_decl (objc_inherit_code, NULL_TREE, $1, $2);
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c142 static tree build_method_decl (enum tree_code, tree, tree, tree, bool);
2025 return build_method_decl (CLASS_METHOD_DECL, rettype, selector,
2028 return build_method_decl (INSTANCE_METHOD_DECL, rettype, selector,
4822 build_method_decl (enum tree_code code, tree ret_type, tree selector, function
7998 getter_decl = build_method_decl (INSTANCE_METHOD_DECL,
8026 works. TODO: build_method_decl() will then
8041 setter_decl = build_method_decl (INSTANCE_METHOD_DECL,

Completed in 203 milliseconds