Home
last modified time | relevance | path

Searched refs:has_method (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c773 has_method (class, method_name) in has_method() function
H A Djava-tree.h1107 extern int has_method PARAMS ((tree, tree));
H A Dparse.c13991 if (has_method (class_to_search, name))
H A Dparse.y10426 if (has_method (class_to_search, name))
H A DChangeLog3093 (has_method): New function. Uses build_null_signature and lookup_do.
3094 * java-tree.h (has_method): New declaration.