Searched refs:parse_method (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | objc-lang.h | 43 extern char *parse_method (char *method, char *type,
|
| D | objc-lang.c | 1176 parse_method (char *method, char *type, char **class, in parse_method() function 1336 if (parse_method (tmp, &ntype, &nclass, &ncategory, &nselector) == NULL) in find_methods() 1424 tmp = parse_method (buf, &type, &class, &category, &selector); in find_imps()
|