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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c253 static tree encode_method_prototype (tree);
2603 encoding = encode_method_prototype (proto);
4287 encode_method_prototype (tree method_decl)
4643 encoding = encode_method_prototype (nst_methods);
4653 encoding = encode_method_prototype (cls_methods);
5278 encode_method_prototype (entries);
8815 = encode_method_prototype (objc_method_context);
4279 encode_method_prototype (tree method_decl) function
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c258 static tree encode_method_prototype PARAMS ((tree, tree));
2129 encoding = encode_method_prototype (proto, tmp_decl);
2773 encode_method_prototype (method_decl, func_decl)
3118 encoding = encode_method_prototype (nst_methods, tmp_decl);
3129 encoding = encode_method_prototype (cls_methods, tmp_decl);
2766 encode_method_prototype (method_decl, func_decl) function

Completed in 157 milliseconds