Searched refs:cleanup_decl (Results 1 – 2 of 2) sorted by relevance
5799 tree cleanup_id, cleanup_decl; in handle_cleanup_attribute() local5822 cleanup_decl = lookup_name (cleanup_id); in handle_cleanup_attribute()5823 if (!cleanup_decl || TREE_CODE (cleanup_decl) != FUNCTION_DECL) in handle_cleanup_attribute()
4114 tree cleanup_decl = lookup_name (cleanup_id); in finish_decl() local4120 cleanup = build_function_call (cleanup_decl, cleanup); in finish_decl()4124 TREE_USED (cleanup_decl) = 1; in finish_decl()