Home
last modified time | relevance | path

Searched refs:lookup_java_method (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c755 lookup_java_method (searched_class, method_name, method_signature) in lookup_java_method() function
H A Djava-tree.h1104 extern tree lookup_java_method PARAMS ((tree, tree, tree));
H A Dexpr.c2067 method = lookup_java_method (self_type, method_name, method_signature);
H A DChangeLog6386 (lookup_java_method): Re-written by calling lookup_do.
7507 * typeck.c (lookup_java_method): Take WFLs in method names into
7655 * typeck.c: (lookup_java_method): search all inherited
12212 instead of lookup_java_method2 followed by lookup_java_method.
14649 (lookup_java_method): New function.