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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c245 static char *gen_method_decl (tree);
8404 message, mtype, gen_method_decl (method));
8957 gen_method_decl (tree method)
9064 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods));
9070 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods));
8937 gen_method_decl (tree method) function
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c224 static char *gen_method_decl PARAMS ((tree, char *));
7117 gen_method_decl (method, errbuf));
8053 gen_method_decl (method, buf)
8173 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods, buf));
8179 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods, buf));
8031 gen_method_decl (method, buf) function

Completed in 197 milliseconds