Home
last modified time | relevance | path

Searched refs:build_method_decl (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/objc/
H A DChangeLog397 * objc-act.c (build_method_decl): Take an additional "ellipsis"
400 argument and pass it to build_method_decl.
633 build_method_decl, objc_add_method, add_instance_variable,
772 finish_class, start_method_def, start_protocol, build_method_decl,
869 build_ivar_reference, build_keyword_decl, build_method_decl,
H A Dobjc-act.c163 static tree build_method_decl (enum tree_code, tree, tree, tree, bool);
730 return build_method_decl (objc_inherit_code, rettype, selector, in objc_build_method_signature()
5937 build_method_decl (enum tree_code code, tree ret_type, tree selector, in build_method_decl() function
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h58 tree build_method_decl PARAMS ((enum tree_code, tree, tree, tree));
H A Dobjc-act.c4679 build_method_decl (code, ret_type, selector, add_args) in build_method_decl() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in3035 $$ = build_method_decl (objc_inherit_code, $2, $4, NULL_TREE);
3040 $$ = build_method_decl (objc_inherit_code, NULL_TREE, $1, NULL_TREE);
3045 $$ = build_method_decl (objc_inherit_code, $2, $4, $5);
3050 $$ = build_method_decl (objc_inherit_code, NULL_TREE, $1, $2);