Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c852 lookup_java_constructor (clas, method_signature) in lookup_java_constructor() function
H A Djava-tree.h1103 extern tree lookup_java_constructor PARAMS ((tree, tree));
H A Dexpr.c2065 method = lookup_java_constructor (self_type, method_signature);
H A DChangeLog10932 infrastructure (don't rely on lookup_java_constructor anymore).
12450 * typeck.c (lookup_java_constructor): Fixed typo in comment.
14528 * typeck.c (lookup_java_constructor): New function.
14530 lookup_java_constructor to find constructor.