Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1178 bool class_has_finalize_method (type) in class_has_finalize_method() function
1187 return HAS_FINALIZER_P (type) || class_has_finalize_method (super);
1196 alloc_node = (class_has_finalize_method (type) ? alloc_object_node
H A Djava-tree.h1283 extern bool class_has_finalize_method PARAMS ((tree));
H A Dparse.c14423 (class_has_finalize_method (class) ? alloc_object_node
H A Dparse.y10858 (class_has_finalize_method (class) ? alloc_object_node
H A DChangeLog1886 * expr.c (class_has_finalize_method): New function.
1893 (class_has_finalize_method): declare.