Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/objc/
Dobjc-act.h83 #define METHOD_SEL_ARGS(DECL) ((DECL)->decl.arguments) macro
Dobjc-act.c2801 user_args = METHOD_SEL_ARGS (method_decl);
4698 METHOD_SEL_ARGS (method_decl) = selector;
4704 METHOD_SEL_ARGS (method_decl) = NULL_TREE;
4741 for (akey = METHOD_SEL_ARGS (meth); akey; akey = TREE_CHAIN (akey))
7031 if (METHOD_SEL_ARGS (method))
7033 tree arglist = METHOD_SEL_ARGS (method);
8045 chain = METHOD_SEL_ARGS (method);
/openbsd/src/gnu/gcc/gcc/objc/
Dobjc-act.h52 #define METHOD_SEL_ARGS(DECL) ((DECL)->decl_non_common.arguments) macro
Dobjc-act.c4299 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
4322 for (parms = METHOD_SEL_ARGS (method_decl); parms; in encode_method_prototype()
5953 METHOD_SEL_ARGS (method_decl) = selector; in build_method_decl()
5960 METHOD_SEL_ARGS (method_decl) = NULL_TREE; in build_method_decl()
6000 for (akey = METHOD_SEL_ARGS (meth); akey; akey = TREE_CHAIN (akey)) in get_arg_type_list()
8350 parmlist = METHOD_SEL_ARGS (method); in start_method_def()
8944 chain = METHOD_SEL_ARGS (method); in gen_method_decl()
DChangeLog142 (METHOD_SEL_ARGS): Use decl_non_common.