Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dclass.c1685 tree type_methods = TYPE_METHODS (current_class); in finish_class() local
1690 for (method = type_methods; in finish_class()
1702 for (method = type_methods; method != NULL_TREE; ) in finish_class()
1709 method = type_methods; in finish_class()