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

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c2972 hack_method_prototype (nst_methods, tmp_decl)
2973 tree nst_methods;
2980 TREE_SET_CODE (nst_methods, CLASS_METHOD_DECL);
2981 start_method_def (nst_methods);
2982 TREE_SET_CODE (nst_methods, INSTANCE_METHOD_DECL);
2984 if (METHOD_ADD_ARGS (nst_methods) == objc_ellipsis_node)
3018 TREE_TYPE (TREE_TYPE (tmp_decl)) = groktypename (TREE_TYPE (nst_methods));
3103 tree nst_methods = PROTOCOL_NST_METHODS (p);
3113 while (nst_methods)
3115 if (! METHOD_ENCODING (nst_methods))
3096 tree nst_methods = PROTOCOL_NST_METHODS (p); local
8111 tree nst_methods = CLASS_NST_METHODS (chain); local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c4627 tree nst_methods = PROTOCOL_NST_METHODS (p);
4639 while (nst_methods)
4641 if (! METHOD_ENCODING (nst_methods))
4643 encoding = encode_method_prototype (nst_methods);
4644 METHOD_ENCODING (nst_methods) = encoding;
4646 nst_methods = TREE_CHAIN (nst_methods);
9025 tree nst_methods = CLASS_NST_METHODS (chain);
9062 while (nst_methods)
9064 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods));
4619 tree nst_methods = PROTOCOL_NST_METHODS (p); local
9004 tree nst_methods = CLASS_NST_METHODS (chain); local
[all...]

Completed in 188 milliseconds