Home
last modified time | relevance | path

Searched refs:parse_method (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dobjc-lang.h50 extern char *parse_method (char *method, char *type,
H A Dobjc-lang.c1175 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 DChangeLog-20039257 (parse_selector, parse_method, find_methods, find_imps): Ditto.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y125 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 DChangeLog15953 (parse_end_decl, parse_bitfield0, parse_method): New fns.
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20006081 (parse_end_decl, parse_bitfield0, parse_method): New fns.