Searched refs:check_methods_accessible (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
| H A D | objc-act.c | 158 static int check_methods_accessible PARAMS ((tree, tree, 5987 check_methods_accessible (chain, context, mtype) in check_methods_accessible() function 6075 f1 = check_methods_accessible (PROTOCOL_CLS_METHODS (p), 6078 f2 = check_methods_accessible (PROTOCOL_NST_METHODS (p),
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 7303 check_methods_accessible (tree chain, tree context, int mtype) in check_methods_accessible() function 7385 f1 = check_methods_accessible (PROTOCOL_CLS_METHODS (p), in check_protocol() 7388 f2 = check_methods_accessible (PROTOCOL_NST_METHODS (p), in check_protocol()
|