Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Ddecl.c781 alloc_object_node = builtin_function ("_Jv_AllocObject", in java_init_decl_processing()
784 DECL_IS_MALLOC (alloc_object_node) = 1; in java_init_decl_processing()
H A Djava-tree.h630 #define alloc_object_node \ macro
H A Dexpr.c1196 alloc_node = (class_has_finalize_method (type) ? alloc_object_node
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 DChangeLog12877 * decl.c, java-tree.h (soft_new_node): Renamed to alloc_object_node.