Searched refs:parse_method (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | objc-lang.h | 50 extern char *parse_method (char *method, char *type,
|
H A D | objc-lang.c | 1175 parse_method (char *method, char *type, char **class, in parse_method() function 1335 if (parse_method (tmp, &ntype, &nclass, &ncategory, &nselector) == NULL) in find_methods() 1423 tmp = parse_method (buf, &type, &class, &category, &selector); in find_imps()
|
H A D | ChangeLog-2003 | 9257 (parse_selector, parse_method, find_methods, find_imps): Ditto.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | parse.y | 125 static tree parse_method PARAMS ((tree, tree, tree)); 244 parse_method (declarator, specs_attrs, lookups) in parse_method() function 899 { $$ = parse_method ($2, $1.t, $1.lookups); 907 { $$ = parse_method ($1, NULL_TREE, NULL_TREE); 910 { $$ = parse_method ($2, $1.t, $1.lookups); goto rest_of_mdef;} 912 { $$ = parse_method ($2, $1.t, $1.lookups); goto rest_of_mdef;} 914 { $$ = parse_method ($1, NULL_TREE, NULL_TREE); 917 { $$ = parse_method ($2, $1.t, $1.lookups); goto rest_of_mdef;} 919 { $$ = parse_method ($1, NULL_TREE, NULL_TREE);
|
H A D | ChangeLog | 15953 (parse_end_decl, parse_bitfield0, parse_method): New fns.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2000 | 6081 (parse_end_decl, parse_bitfield0, parse_method): New fns.
|